Html Css Color HEX #4E101F Bordeaux

📋 copy color: '#4E101F'

red 78 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #4E101F

Tints of Bordeaux #4E101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 62.4%
G = 12.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E101F (or 0x4E101F) is known color: Bordeaux. HEX triplet: 4E, 10 and 1F. RGB value is (78,16,31). Sum of RGB (Red+Green+Blue) = 78+16+31=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E101F is #B1EFE0. Grayscale: #242424. Windows color (decimal): -11661281 or 2035790. OLE color: 2035790.

HSL color Cylindrical-coordinate representation of color #4E101F: hue angle of 345.48º 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 #4E101F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 16 31 -
CMYK 0 0.79 0.60 0.69
HSL 345.48º 0.66% 0.18% -
HSV(B) 345.48º 0.79% 0.31% -
XYZ 3.57 2.09 1.51 -
YUV 36.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 78 16 31 0 0.79 0.60 0.69 345.48 0.66 0.18
Hex 4E 10 1F 0 4F 3C 45 159 42 12
Octal 116 20 37 0 117 74 105 531 102 22
Binary 1001110 10000 11111 0 1001111 111100 1000101 101011001 1000010 10010

Color Harmonies of #4E101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E101F

Black with #4E101F

Text Example


Text Example

White with #4E101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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