Html Css Color HEX #4E0A19 Bordeaux

📋 copy color: '#4E0A19'

red 78 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #4E0A19

Tints of Bordeaux #4E0A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 69.03%
G = 8.85%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E0A19 (or 0x4E0A19) is known color: Bordeaux. HEX triplet: 4E, 0A and 19. RGB value is (78,10,25). Sum of RGB (Red+Green+Blue) = 78+10+25=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A19 is #B1F5E6. Grayscale: #202020. Windows color (decimal): -11662823 or 1641038. OLE color: 1641038.

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

Color convert

RGB 78 10 25 -
CMYK 0 0.87 0.68 0.69
HSL 346.76º 0.77% 0.17% -
HSV(B) 346.76º 0.87% 0.31% -
XYZ 3.43 1.91 1.11 -
YUV 32.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 78 10 25 0 0.87 0.68 0.69 346.76 0.77 0.17
Hex 4E A 19 0 57 44 45 15B 4D 11
Octal 116 12 31 0 127 104 105 533 115 21
Binary 1001110 1010 11001 0 1010111 1000100 1000101 101011011 1001101 10001

Color Harmonies of #4E0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0A19

Black with #4E0A19

Text Example


Text Example

White with #4E0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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