Html Css Color HEX #4E0A12 Bordeaux

📋 copy color: '#4E0A12'

red 78 ◦ green 10 ◦ blue 18

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

Shades of Bordeaux #4E0A12

Tints of Bordeaux #4E0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 73.58%
G = 9.43%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4E0A12 (or 0x4E0A12) is known color: Bordeaux. HEX triplet: 4E, 0A and 12. RGB value is (78,10,18). Sum of RGB (Red+Green+Blue) = 78+10+18=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A12 is #B1F5ED. Grayscale: #1F1F1F. Windows color (decimal): -11662830 or 1182286. OLE color: 1182286.

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

Color convert

RGB 78 10 18 -
CMYK 0 0.87 0.77 0.69
HSL 352.94º 0.77% 0.17% -
HSV(B) 352.94º 0.87% 0.31% -
XYZ 3.36 1.88 0.76 -
YUV 31.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 78 10 18 0 0.87 0.77 0.69 352.94 0.77 0.17
Hex 4E A 12 0 57 4D 45 161 4D 11
Octal 116 12 22 0 127 115 105 541 115 21
Binary 1001110 1010 10010 0 1010111 1001101 1000101 101100001 1001101 10001

Color Harmonies of #4E0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0A12

Black with #4E0A12

Text Example


Text Example

White with #4E0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,10,18); }

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

background-color css

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

 a { background-color: rgb(78,10,18); }

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

border-color css

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

 span { border-color: rgb(78,10,18); }

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