#4E1617

Color #4E1617 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4E1617

Tints of Bordeaux #4E1617

Color information

#4E1617 (or 0x4E1617) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 17. RGB value is (78,22,23). Sum of RGB (Red+Green+Blue) = 78+22+23=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1617 is #B1E9E8. Grayscale: #262626. Windows color (decimal): -11659753 or 1513038. OLE color: 1513038.

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

Color convert

RGB782223-
CMYK00.720.710.69
HSL358.93º56%19.61%-
HSV(B)358.93º71.79%30.59%-
XYZ3.582.261.06-
YUV38.86119.05155.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=63.41%
G=17.89%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78222300.720.710.69358.935619.61
Hex4E161704847451673814
Octal116262701101071055477024
Binary10011101011010111010010001000111100010110110011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1617;
 }
 .AnyTagClassName
 {
   color: #4E1617;
 }
</style>
background-color css

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

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

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

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

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

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