#4d0c18

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

Shades of Bordeaux #4D0C18

Tints of Bordeaux #4D0C18

Color information

#4D0C18 (or 0x4D0C18) is unknown color: approx Bordeaux. HEX triplet: 4D, 0C and 18. RGB value is (77,12,24). Sum of RGB (Red+Green+Blue) = 77+12+24=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0C18 is #B2F3E7. Grayscale: #202020. Windows color (decimal): -11727848 or 1576013. OLE color: 1576013.

HSL color Cylindrical-coordinate representation of color #4D0C18: hue angle of 348.92º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C18 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB771224-
CMYK00.840.690.70
HSL348.92º73.03%17.45%-
HSV(B)348.92º84.42%30.2%-
XYZ3.361.911.06-
YUV32.8123.03159.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.14%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=68.14%
G=10.62%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77122400.840.690.70348.9273.0317.45
Hex4DC18054454615d4911
Octal1151430012410510653511121
Binary10011011100110000101010010001011000110101011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d0c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,24); }

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

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

 a { background-color: rgb(77,12,24); }

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

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

 span { border-color: rgb(77,12,24); }

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