#4D1623

Color #4D1623 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4D1623

Tints of Bordeaux #4D1623

Color information

#4D1623 (or 0x4D1623) is unknown color: approx Bordeaux. HEX triplet: 4D, 16 and 23. RGB value is (77,22,35). Sum of RGB (Red+Green+Blue) = 77+22+35=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1623 is #B2E9DC. Grayscale: #272727. Windows color (decimal): -11725277 or 2299469. OLE color: 2299469.

HSL color Cylindrical-coordinate representation of color #4D1623: hue angle of 345.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1623 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB772235-
CMYK00.710.550.70
HSL345.82º55.56%19.41%-
HSV(B)345.82º71.43%30.2%-
XYZ3.652.271.84-
YUV39.93125.22154.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 57.46%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=57.46%
G=16.42%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77223500.710.550.70345.8255.5619.41
Hex4D1623047374615a3813
Octal11526430107671065327023
Binary10011011011010001101000111110111100011010101101011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1623; }

 p { color: rgb(77,22,35); }

 H1.HeaderClassName
 {
   color: #4D1623;
 }
 .AnyTagClassName
 {
   color: #4D1623;
 }
</style>
background-color css

<style>
 a { background-color: #4D1623; }

 a { background-color: rgb(77,22,35); }

 div.DivClassName
 {
   background-color: #4D1623;
 }
 .BgClassName
 {
   background-color: #4D1623;
 }
</style>
border-color css

<style>
 span { border-color: #4D1623; }

 span { border-color: rgb(77,22,35); }

 td.TdClassName
 {
   border-color: #4D1623;
 }
 .TagClassName
 {
   border-color: #4D1623;
 }
</style>