#4D0D18

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

Shades of Bordeaux #4D0D18

Tints of Bordeaux #4D0D18

Color information

#4D0D18 (or 0x4D0D18) is unknown color: approx Bordeaux. HEX triplet: 4D, 0D and 18. RGB value is (77,13,24). Sum of RGB (Red+Green+Blue) = 77+13+24=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0D18 is #B2F2E7. Grayscale: #212121. Windows color (decimal): -11727592 or 1576269. OLE color: 1576269.

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

Color convert

RGB771324-
CMYK00.830.690.70
HSL349.69º71.11%17.65%-
HSV(B)349.69º83.12%30.2%-
XYZ3.371.931.06-
YUV33.39122.7159.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=67.54%
G=11.40%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77132400.830.690.70349.6971.1117.65
Hex4DD18053454615e4712
Octal1151530012310510653610722
Binary10011011101110000101001110001011000110101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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