#4E021E

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

Shades of Bordeaux #4E021E

Tints of Bordeaux #4E021E

Color information

#4E021E (or 0x4E021E) is unknown color: approx Bordeaux. HEX triplet: 4E, 02 and 1E. RGB value is (78,2,30). Sum of RGB (Red+Green+Blue) = 78+2+30=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E021E is #B1FDE1. Grayscale: #1B1B1B. Windows color (decimal): -11664866 or 1966670. OLE color: 1966670.

HSL color Cylindrical-coordinate representation of color #4E021E: hue angle of 337.89º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E021E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB78230-
CMYK00.970.620.69
HSL337.89º95%15.69%-
HSV(B)337.89º97.44%30.59%-
XYZ3.41.761.39-
YUV27.92129.18163.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.91%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=70.91%
G=1.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7823000.970.620.69337.899515.69
Hex4E21E0613E451525f10
Octal11623601417610552213720
Binary10011101011110011000011111101000101101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,30); }

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

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

 a { background-color: rgb(78,2,30); }

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

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

 span { border-color: rgb(78,2,30); }

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