Html Css Color HEX #4E0F17 Bordeaux

📋 copy color: '#4E0F17'

red 78 ◦ green 15 ◦ blue 23

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

Shades of Bordeaux #4E0F17

Tints of Bordeaux #4E0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 67.24%
G = 12.93%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4E0F17 (or 0x4E0F17) is known color: Bordeaux. HEX triplet: 4E, 0F and 17. RGB value is (78,15,23). Sum of RGB (Red+Green+Blue) = 78+15+23=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F17 is #B1F0E8. Grayscale: #222222. Windows color (decimal): -11661545 or 1511246. OLE color: 1511246.

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

Color convert

RGB 78 15 23 -
CMYK 0 0.81 0.71 0.69
HSL 352.38º 0.68% 0.18% -
HSV(B) 352.38º 0.81% 0.31% -
XYZ 3.47 2.02 1.02 -
YUV 34.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 78 15 23 0 0.81 0.71 0.69 352.38 0.68 0.18
Hex 4E F 17 0 51 47 45 160 44 12
Octal 116 17 27 0 121 107 105 540 104 22
Binary 1001110 1111 10111 0 1010001 1000111 1000101 101100000 1000100 10010

Color Harmonies of #4E0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F17

Black with #4E0F17

Text Example


Text Example

White with #4E0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,15,23); }

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

background-color css

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

 a { background-color: rgb(78,15,23); }

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

border-color css

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

 span { border-color: rgb(78,15,23); }

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