Html Css Color HEX #4E0D1E Bordeaux

📋 copy color: '#4E0D1E'

red 78 ◦ green 13 ◦ blue 30

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

Shades of Bordeaux #4E0D1E

Tints of Bordeaux #4E0D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 64.46%
G = 10.74%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E0D1E (or 0x4E0D1E) is known color: Bordeaux. HEX triplet: 4E, 0D and 1E. RGB value is (78,13,30). Sum of RGB (Red+Green+Blue) = 78+13+30=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D1E is #B1F2E1. Grayscale: #222222. Windows color (decimal): -11662050 or 1969486. OLE color: 1969486.

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

Color convert

RGB 78 13 30 -
CMYK 0 0.83 0.62 0.69
HSL 344.31º 0.71% 0.18% -
HSV(B) 344.31º 0.83% 0.31% -
XYZ 3.52 2 1.43 -
YUV 34.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 78 13 30 0 0.83 0.62 0.69 344.31 0.71 0.18
Hex 4E D 1E 0 53 3E 45 158 47 12
Octal 116 15 36 0 123 76 105 530 107 22
Binary 1001110 1101 11110 0 1010011 111110 1000101 101011000 1000111 10010

Color Harmonies of #4E0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D1E

Black with #4E0D1E

Text Example


Text Example

White with #4E0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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