#4C1417

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

Shades of Bordeaux #4C1417

Tints of Bordeaux #4C1417

Color information

#4C1417 (or 0x4C1417) is unknown color: approx Bordeaux. HEX triplet: 4C, 14 and 17. RGB value is (76,20,23). Sum of RGB (Red+Green+Blue) = 76+20+23=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1417 is #B3EBE8. Grayscale: #252525. Windows color (decimal): -11791337 or 1512524. OLE color: 1512524.

HSL color Cylindrical-coordinate representation of color #4C1417: hue angle of 356.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1417 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB762023-
CMYK00.740.700.70
HSL356.79º58.33%18.82%-
HSV(B)356.79º73.68%29.8%-
XYZ3.392.11.04-
YUV37.09120.05155.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.87%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=63.87%
G=16.81%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76202300.740.700.70356.7958.3318.82
Hex4C141704A46461653a13
Octal114242701121061065457223
Binary10011001010010111010010101000110100011010110010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,23); }

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

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

 a { background-color: rgb(76,20,23); }

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

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

 span { border-color: rgb(76,20,23); }

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