#4C0517

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

Shades of Bordeaux #4C0517

Tints of Bordeaux #4C0517

Color information

#4C0517 (or 0x4C0517) is unknown color: approx Bordeaux. HEX triplet: 4C, 05 and 17. RGB value is (76,5,23). Sum of RGB (Red+Green+Blue) = 76+5+23=104 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.08% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0517 is #B3FAE8. Grayscale: #1C1C1C. Windows color (decimal): -11795177 or 1508684. OLE color: 1508684.

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

Color convert

RGB76523-
CMYK00.930.700.70
HSL344.79º87.65%15.88%-
HSV(B)344.79º93.42%29.8%-
XYZ3.191.710.97-
YUV28.28125.02162.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 73.08%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=73.08%
G=4.81%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7652300.930.700.70344.7987.6515.88
Hex4C51705D46461595810
Octal114527013510610653113020
Binary1001100101101110101110110001101000110101011001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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