Html Css Color HEX #4E1017 Bordeaux

📋 copy color: '#4E1017'

red 78 ◦ green 16 ◦ blue 23

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

Shades of Bordeaux #4E1017

Tints of Bordeaux #4E1017

RGB

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

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

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

R = 66.67%
G = 13.68%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4E1017 (or 0x4E1017) is known color: Bordeaux. HEX triplet: 4E, 10 and 17. RGB value is (78,16,23). Sum of RGB (Red+Green+Blue) = 78+16+23=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1017 is #B1EFE8. Grayscale: #232323. Windows color (decimal): -11661289 or 1511502. OLE color: 1511502.

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

Color convert

RGB 78 16 23 -
CMYK 0 0.79 0.71 0.69
HSL 353.23º 0.66% 0.18% -
HSV(B) 353.23º 0.79% 0.31% -
XYZ 3.48 2.05 1.02 -
YUV 35.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 78 16 23 0 0.79 0.71 0.69 353.23 0.66 0.18
Hex 4E 10 17 0 4F 47 45 161 42 12
Octal 116 20 27 0 117 107 105 541 102 22
Binary 1001110 10000 10111 0 1001111 1000111 1000101 101100001 1000010 10010

Color Harmonies of #4E1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1017

Black with #4E1017

Text Example


Text Example

White with #4E1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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