Html Css Color HEX #4E0A1D Bordeaux

📋 copy color: '#4E0A1D'

red 78 ◦ green 10 ◦ blue 29

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

Shades of Bordeaux #4E0A1D

Tints of Bordeaux #4E0A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

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

R = 66.67%
G = 8.55%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E0A1D (or 0x4E0A1D) is known color: Bordeaux. HEX triplet: 4E, 0A and 1D. RGB value is (78,10,29). Sum of RGB (Red+Green+Blue) = 78+10+29=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A1D is #B1F5E2. Grayscale: #202020. Windows color (decimal): -11662819 or 1903182. OLE color: 1903182.

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

Color convert

RGB 78 10 29 -
CMYK 0 0.87 0.63 0.69
HSL 343.24º 0.77% 0.17% -
HSV(B) 343.24º 0.87% 0.31% -
XYZ 3.47 1.93 1.35 -
YUV 32.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 78 10 29 0 0.87 0.63 0.69 343.24 0.77 0.17
Hex 4E A 1D 0 57 3F 45 157 4D 11
Octal 116 12 35 0 127 77 105 527 115 21
Binary 1001110 1010 11101 0 1010111 111111 1000101 101010111 1001101 10001

Color Harmonies of #4E0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0A1D

Black with #4E0A1D

Text Example


Text Example

White with #4E0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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