#4E1620

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

Shades of Bordeaux #4E1620

Tints of Bordeaux #4E1620

Color information

#4E1620 (or 0x4E1620) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 20. RGB value is (78,22,32). Sum of RGB (Red+Green+Blue) = 78+22+32=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1620 is #B1E9DF. Grayscale: #272727. Windows color (decimal): -11659744 or 2102862. OLE color: 2102862.

HSL color Cylindrical-coordinate representation of color #4E1620: hue angle of 349.29º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1620 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB782232-
CMYK00.720.590.69
HSL349.29º56%19.61%-
HSV(B)349.29º71.79%30.59%-
XYZ3.692.31.62-
YUV39.88123.55155.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=59.09%
G=16.67%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78223200.720.590.69349.295619.61
Hex4E16200483B4515d3814
Octal11626400110731055357024
Binary10011101011010000001001000111011100010110101110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,22,32); }

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

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

 a { background-color: rgb(78,22,32); }

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

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

 span { border-color: rgb(78,22,32); }

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