#4D0A17

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

Shades of Bordeaux #4D0A17

Tints of Bordeaux #4D0A17

Color information

#4D0A17 (or 0x4D0A17) is unknown color: approx Bordeaux. HEX triplet: 4D, 0A and 17. RGB value is (77,10,23). Sum of RGB (Red+Green+Blue) = 77+10+23=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A17 is #B2F5E8. Grayscale: #1F1F1F. Windows color (decimal): -11728361 or 1509965. OLE color: 1509965.

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

Color convert

RGB771023-
CMYK00.870.700.70
HSL348.36º77.01%17.06%-
HSV(B)348.36º87.01%30.2%-
XYZ3.321.860.99-
YUV31.52123.2160.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=70%
G=9.09%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77102300.870.700.70348.3677.0117.06
Hex4DA17057464615c4d11
Octal1151227012710610653411521
Binary10011011010101110101011110001101000110101011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,10,23); }

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

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

 a { background-color: rgb(77,10,23); }

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

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

 span { border-color: rgb(77,10,23); }

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