#4C0D21

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

Shades of Bordeaux #4C0D21

Tints of Bordeaux #4C0D21

Color information

#4C0D21 (or 0x4C0D21) is unknown color: approx Bordeaux. HEX triplet: 4C, 0D and 21. RGB value is (76,13,33). Sum of RGB (Red+Green+Blue) = 76+13+33=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0D21 is #B3F2DE. Grayscale: #222222. Windows color (decimal): -11793119 or 2166092. OLE color: 2166092.

HSL color Cylindrical-coordinate representation of color #4C0D21: hue angle of 340.95º 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 #4C0D21 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB761333-
CMYK00.830.570.70
HSL340.95º70.79%17.45%-
HSV(B)340.95º82.89%29.8%-
XYZ3.41.931.63-
YUV34.12127.37157.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.30%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=62.30%
G=10.66%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76133300.830.570.70340.9570.7917.45
Hex4CD2105339461554711
Octal114154101237110652510721
Binary10011001101100001010100111110011000110101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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