Html Css Color HEX #4E0711 Bordeaux

📋 copy color: '#4E0711'

red 78 ◦ green 7 ◦ blue 17

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

Shades of Bordeaux #4E0711

Tints of Bordeaux #4E0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.86%

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 76.47%
G = 6.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E0711 (or 0x4E0711) is known color: Bordeaux. HEX triplet: 4E, 07 and 11. RGB value is (78,7,17). Sum of RGB (Red+Green+Blue) = 78+7+17=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0711 is #B1F8EE. Grayscale: #1D1D1D. Windows color (decimal): -11663599 or 1115982. OLE color: 1115982.

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

Color convert

RGB 78 7 17 -
CMYK 0 0.91 0.78 0.69
HSL 351.55º 0.84% 0.17% -
HSV(B) 351.55º 0.91% 0.31% -
XYZ 3.32 1.81 0.71 -
YUV 29.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 78 7 17 0 0.91 0.78 0.69 351.55 0.84 0.17
Hex 4E 7 11 0 5B 4E 45 160 54 11
Octal 116 7 21 0 133 116 105 540 124 21
Binary 1001110 111 10001 0 1011011 1001110 1000101 101100000 1010100 10001

Color Harmonies of #4E0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0711

Black with #4E0711

Text Example


Text Example

White with #4E0711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,7,17); }

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

background-color css

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

 a { background-color: rgb(78,7,17); }

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

border-color css

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

 span { border-color: rgb(78,7,17); }

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