Html Css Color HEX #4E011C Bordeaux

📋 copy color: '#4E011C'

red 78 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #4E011C

Tints of Bordeaux #4E011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 72.9%
G = 0.93%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E011C (or 0x4E011C) is known color: Bordeaux. HEX triplet: 4E, 01 and 1C. RGB value is (78,1,28). Sum of RGB (Red+Green+Blue) = 78+1+28=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E011C is #B1FEE3. Grayscale: #1B1B1B. Windows color (decimal): -11665124 or 1835342. OLE color: 1835342.

HSL color Cylindrical-coordinate representation of color #4E011C: hue angle of 338.96º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E011C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 1 28 -
CMYK 0 0.99 0.64 0.69
HSL 338.96º 0.97% 0.15% -
HSV(B) 338.96º 0.99% 0.31% -
XYZ 3.36 1.73 1.25 -
YUV 27.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 78 1 28 0 0.99 0.64 0.69 338.96 0.97 0.15
Hex 4E 1 1C 0 63 40 45 153 61 F
Octal 116 1 34 0 143 100 105 523 141 17
Binary 1001110 1 11100 0 1100011 1000000 1000101 101010011 1100001 1111

Color Harmonies of #4E011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E011C

Black with #4E011C

Text Example


Text Example

White with #4E011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,28); }

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

background-color css

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

 a { background-color: rgb(78,1,28); }

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

border-color css

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

 span { border-color: rgb(78,1,28); }

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