Html Css Color HEX #4E141F Bordeaux

📋 copy color: '#4E141F'

red 78 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #4E141F

Tints of Bordeaux #4E141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 60.47%
G = 15.5%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E141F (or 0x4E141F) is known color: Bordeaux. HEX triplet: 4E, 14 and 1F. RGB value is (78,20,31). Sum of RGB (Red+Green+Blue) = 78+20+31=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E141F is #B1EBE0. Grayscale: #262626. Windows color (decimal): -11660257 or 2036814. OLE color: 2036814.

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

Color convert

RGB 78 20 31 -
CMYK 0 0.74 0.60 0.69
HSL 348.62º 0.59% 0.19% -
HSV(B) 348.62º 0.74% 0.31% -
XYZ 3.64 2.22 1.53 -
YUV 38.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 78 20 31 0 0.74 0.60 0.69 348.62 0.59 0.19
Hex 4E 14 1F 0 4A 3C 45 15D 3B 13
Octal 116 24 37 0 112 74 105 535 73 23
Binary 1001110 10100 11111 0 1001010 111100 1000101 101011101 111011 10011

Color Harmonies of #4E141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E141F

Black with #4E141F

Text Example


Text Example

White with #4E141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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