#4E021B

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

Shades of Bordeaux #4E021B

Tints of Bordeaux #4E021B

Color information

#4E021B (or 0x4E021B) is unknown color: approx Bordeaux. HEX triplet: 4E, 02 and 1B. RGB value is (78,2,27). Sum of RGB (Red+Green+Blue) = 78+2+27=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E021B is #B1FDE4. Grayscale: #1B1B1B. Windows color (decimal): -11664869 or 1770062. OLE color: 1770062.

HSL color Cylindrical-coordinate representation of color #4E021B: hue angle of 340.26º 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 #4E021B is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB78227-
CMYK00.970.650.69
HSL340.26º95%15.69%-
HSV(B)340.26º97.44%30.59%-
XYZ3.361.741.2-
YUV27.57127.68163.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.90%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=72.90%
G=1.87%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7822700.970.650.69340.269515.69
Hex4E21B06141451545f10
Octal116233014110110552413720
Binary100111010110110110000110000011000101101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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