Html Css Color HEX #4E1419 Bordeaux

📋 copy color: '#4E1419'

red 78 ◦ green 20 ◦ blue 25

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

Shades of Bordeaux #4E1419

Tints of Bordeaux #4E1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 63.41%
G = 16.26%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E1419 (or 0x4E1419) is known color: Bordeaux. HEX triplet: 4E, 14 and 19. RGB value is (78,20,25). Sum of RGB (Red+Green+Blue) = 78+20+25=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1419 is #B1EBE6. Grayscale: #252525. Windows color (decimal): -11660263 or 1643598. OLE color: 1643598.

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

Color convert

RGB 78 20 25 -
CMYK 0 0.74 0.68 0.69
HSL 354.83º 0.59% 0.19% -
HSV(B) 354.83º 0.74% 0.31% -
XYZ 3.57 2.19 1.15 -
YUV 37.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 78 20 25 0 0.74 0.68 0.69 354.83 0.59 0.19
Hex 4E 14 19 0 4A 44 45 163 3B 13
Octal 116 24 31 0 112 104 105 543 73 23
Binary 1001110 10100 11001 0 1001010 1000100 1000101 101100011 111011 10011

Color Harmonies of #4E1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1419

Black with #4E1419

Text Example


Text Example

White with #4E1419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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