Html Css Color HEX #4E131D Bordeaux

📋 copy color: '#4E131D'

red 78 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #4E131D

Tints of Bordeaux #4E131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 61.9%
G = 15.08%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E131D (or 0x4E131D) is known color: Bordeaux. HEX triplet: 4E, 13 and 1D. RGB value is (78,19,29). Sum of RGB (Red+Green+Blue) = 78+19+29=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E131D is #B1ECE2. Grayscale: #252525. Windows color (decimal): -11660515 or 1905486. OLE color: 1905486.

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

Color convert

RGB 78 19 29 -
CMYK 0 0.76 0.63 0.69
HSL 349.83º 0.61% 0.19% -
HSV(B) 349.83º 0.76% 0.31% -
XYZ 3.6 2.17 1.39 -
YUV 37.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 78 19 29 0 0.76 0.63 0.69 349.83 0.61 0.19
Hex 4E 13 1D 0 4C 3F 45 15E 3D 13
Octal 116 23 35 0 114 77 105 536 75 23
Binary 1001110 10011 11101 0 1001100 111111 1000101 101011110 111101 10011

Color Harmonies of #4E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E131D

Black with #4E131D

Text Example


Text Example

White with #4E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,19,29); }

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

background-color css

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

 a { background-color: rgb(78,19,29); }

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

border-color css

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

 span { border-color: rgb(78,19,29); }

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