Html Css Color HEX #4E1E27 Bordeaux

📋 copy color: '#4E1E27'

red 78 ◦ green 30 ◦ blue 39

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

Shades of Bordeaux #4E1E27

Tints of Bordeaux #4E1E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 53.06%
G = 20.41%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#4E1E27 (or 0x4E1E27) is known color: Bordeaux. HEX triplet: 4E, 1E and 27. RGB value is (78,30,39). Sum of RGB (Red+Green+Blue) = 78+30+39=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E27 is #B1E1D8. Grayscale: #2D2D2D. Windows color (decimal): -11657689 or 2563662. OLE color: 2563662.

HSL color Cylindrical-coordinate representation of color #4E1E27: hue angle of 348.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E27 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 30 39 -
CMYK 0 0.62 0.50 0.69
HSL 348.75º 0.44% 0.21% -
HSV(B) 348.75º 0.62% 0.31% -
XYZ 3.97 2.69 2.23 -
YUV 45.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 78 30 39 0 0.62 0.50 0.69 348.75 0.44 0.21
Hex 4E 1E 27 0 3E 32 45 15D 2C 15
Octal 116 36 47 0 76 62 105 535 54 25
Binary 1001110 11110 100111 0 111110 110010 1000101 101011101 101100 10101

Color Harmonies of #4E1E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E27

Black with #4E1E27

Text Example


Text Example

White with #4E1E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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