Html Css Color HEX #4E141E Bordeaux

📋 copy color: '#4E141E'

red 78 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #4E141E

Tints of Bordeaux #4E141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 60.94%
G = 15.63%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E141E (or 0x4E141E) is known color: Bordeaux. HEX triplet: 4E, 14 and 1E. RGB value is (78,20,30). Sum of RGB (Red+Green+Blue) = 78+20+30=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E141E is #B1EBE1. Grayscale: #262626. Windows color (decimal): -11660258 or 1971278. OLE color: 1971278.

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

Color convert

RGB 78 20 30 -
CMYK 0 0.74 0.62 0.69
HSL 349.66º 0.59% 0.19% -
HSV(B) 349.66º 0.74% 0.31% -
XYZ 3.63 2.21 1.46 -
YUV 38.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 78 20 30 0 0.74 0.62 0.69 349.66 0.59 0.19
Hex 4E 14 1E 0 4A 3E 45 15E 3B 13
Octal 116 24 36 0 112 76 105 536 73 23
Binary 1001110 10100 11110 0 1001010 111110 1000101 101011110 111011 10011

Color Harmonies of #4E141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E141E

Black with #4E141E

Text Example


Text Example

White with #4E141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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