Html Css Color HEX #4E121D Bordeaux

📋 copy color: '#4E121D'

red 78 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #4E121D

Tints of Bordeaux #4E121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.4%

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

R = 62.4%
G = 14.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E121D (or 0x4E121D) is known color: Bordeaux. HEX triplet: 4E, 12 and 1D. RGB value is (78,18,29). Sum of RGB (Red+Green+Blue) = 78+18+29=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E121D is #B1EDE2. Grayscale: #252525. Windows color (decimal): -11660771 or 1905230. OLE color: 1905230.

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

Color convert

RGB 78 18 29 -
CMYK 0 0.77 0.63 0.69
HSL 349º 0.63% 0.19% -
HSV(B) 349º 0.77% 0.31% -
XYZ 3.58 2.14 1.39 -
YUV 37.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 78 18 29 0 0.77 0.63 0.69 349 0.63 0.19
Hex 4E 12 1D 0 4D 3F 45 15D 3E 13
Octal 116 22 35 0 115 77 105 535 76 23
Binary 1001110 10010 11101 0 1001101 111111 1000101 101011101 111110 10011

Color Harmonies of #4E121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E121D

Black with #4E121D

Text Example


Text Example

White with #4E121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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