Html Css Color HEX #4E101E Bordeaux

📋 copy color: '#4E101E'

red 78 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #4E101E

Tints of Bordeaux #4E101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 62.9%
G = 12.9%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E101E (or 0x4E101E) is known color: Bordeaux. HEX triplet: 4E, 10 and 1E. RGB value is (78,16,30). Sum of RGB (Red+Green+Blue) = 78+16+30=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E101E is #B1EFE1. Grayscale: #242424. Windows color (decimal): -11661282 or 1970254. OLE color: 1970254.

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

Color convert

RGB 78 16 30 -
CMYK 0 0.79 0.62 0.69
HSL 346.45º 0.66% 0.18% -
HSV(B) 346.45º 0.79% 0.31% -
XYZ 3.56 2.08 1.44 -
YUV 36.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 78 16 30 0 0.79 0.62 0.69 346.45 0.66 0.18
Hex 4E 10 1E 0 4F 3E 45 15A 42 12
Octal 116 20 36 0 117 76 105 532 102 22
Binary 1001110 10000 11110 0 1001111 111110 1000101 101011010 1000010 10010

Color Harmonies of #4E101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E101E

Black with #4E101E

Text Example


Text Example

White with #4E101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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