Html Css Color HEX #4E0C20 Bordeaux

📋 copy color: '#4E0C20'

red 78 ◦ green 12 ◦ blue 32

#4E0C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #4E0C20

Tints of Bordeaux #4E0C20

RGB

 RED value IS 78 (30.86% from 255) = 63.93%

 GREEN value IS 12 (5.08% from 255) = 9.84%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 63.93%
G = 9.84%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4E0C20 (or 0x4E0C20) is known color: Bordeaux. HEX triplet: 4E, 0C and 20. RGB value is (78,12,32). Sum of RGB (Red+Green+Blue) = 78+12+32=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C20 is #B1F3DF. Grayscale: #222222. Windows color (decimal): -11662304 or 2100302. OLE color: 2100302.

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

Color convert

RGB 78 12 32 -
CMYK 0 0.85 0.59 0.69
HSL 341.82º 0.73% 0.18% -
HSV(B) 341.82º 0.85% 0.31% -
XYZ 3.53 1.99 1.56 -
YUV 34.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 78 12 32 0 0.85 0.59 0.69 341.82 0.73 0.18
Hex 4E C 20 0 55 3B 45 156 49 12
Octal 116 14 40 0 125 73 105 526 111 22
Binary 1001110 1100 100000 0 1010101 111011 1000101 101010110 1001001 10010

Color Harmonies of #4E0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C20

Black with #4E0C20

Text Example


Text Example

White with #4E0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E0C20;
 }
 .AnyTagClassName
 {
   color: #4E0C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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