#4C0917

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

Shades of Bordeaux #4C0917

Tints of Bordeaux #4C0917

Color information

#4C0917 (or 0x4C0917) is unknown color: approx Bordeaux. HEX triplet: 4C, 09 and 17. RGB value is (76,9,23). Sum of RGB (Red+Green+Blue) = 76+9+23=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0917 is #B3F6E8. Grayscale: #1E1E1E. Windows color (decimal): -11794153 or 1509708. OLE color: 1509708.

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

Color convert

RGB76923-
CMYK00.880.700.70
HSL347.46º78.82%16.67%-
HSV(B)347.46º88.16%29.8%-
XYZ3.231.790.99-
YUV30.63123.7160.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 70.37%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=70.37%
G=8.33%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7692300.880.700.70347.4678.8216.67
Hex4C917058464615b4f11
Octal1141127013010610653311721
Binary10011001001101110101100010001101000110101011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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