#4C0D15

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

Shades of Bordeaux #4C0D15

Tints of Bordeaux #4C0D15

Color information

#4C0D15 (or 0x4C0D15) is unknown color: approx Bordeaux. HEX triplet: 4C, 0D and 15. RGB value is (76,13,21). Sum of RGB (Red+Green+Blue) = 76+13+21=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0D15 is #B3F2EA. Grayscale: #202020. Windows color (decimal): -11793131 or 1379660. OLE color: 1379660.

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

Color convert

RGB761321-
CMYK00.830.720.70
HSL352.38º70.79%17.45%-
HSV(B)352.38º82.89%29.8%-
XYZ3.261.880.9-
YUV32.75121.37158.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 69.09%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=69.09%
G=11.82%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76132100.830.720.70352.3870.7917.45
Hex4CD1505348461604711
Octal1141525012311010654010721
Binary10011001101101010101001110010001000110101100000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,13,21); }

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

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

 a { background-color: rgb(76,13,21); }

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

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

 span { border-color: rgb(76,13,21); }

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