Html Css Color HEX #4E1619 Bordeaux

📋 copy color: '#4E1619'

red 78 ◦ green 22 ◦ blue 25

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

Shades of Bordeaux #4E1619

Tints of Bordeaux #4E1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 62.4%
G = 17.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E1619 (or 0x4E1619) is known color: Bordeaux. HEX triplet: 4E, 16 and 19. RGB value is (78,22,25). Sum of RGB (Red+Green+Blue) = 78+22+25=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1619 is #B1E9E6. Grayscale: #272727. Windows color (decimal): -11659751 or 1644110. OLE color: 1644110.

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

Color convert

RGB 78 22 25 -
CMYK 0 0.72 0.68 0.69
HSL 356.79º 0.56% 0.2% -
HSV(B) 356.79º 0.72% 0.31% -
XYZ 3.6 2.26 1.17 -
YUV 39.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 78 22 25 0 0.72 0.68 0.69 356.79 0.56 0.2
Hex 4E 16 19 0 48 44 45 165 38 14
Octal 116 26 31 0 110 104 105 545 70 24
Binary 1001110 10110 11001 0 1001000 1000100 1000101 101100101 111000 10100

Color Harmonies of #4E1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1619

Black with #4E1619

Text Example


Text Example

White with #4E1619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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