#4C0217

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

Shades of Bordeaux #4C0217

Tints of Bordeaux #4C0217

Color information

#4C0217 (or 0x4C0217) is unknown color: approx Bordeaux. HEX triplet: 4C, 02 and 17. RGB value is (76,2,23). Sum of RGB (Red+Green+Blue) = 76+2+23=101 (13% of max value = 765). Red value is 76 (30.08% from 255 or 75.25% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0217 is #B3FDE8. Grayscale: #1A1A1A. Windows color (decimal): -11795945 or 1507916. OLE color: 1507916.

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

Color convert

RGB76223-
CMYK00.970.700.70
HSL342.97º94.87%15.29%-
HSV(B)342.97º97.37%29.8%-
XYZ3.161.640.96-
YUV26.52126.02163.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 75.25%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=75.25%
G=1.98%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7622300.970.700.70342.9794.8715.29
Hex4C21706146461575ff
Octal114227014110610652713717
Binary10011001010111011000011000110100011010101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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