#570C21

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

Shades of Bordeaux #570C21

Tints of Bordeaux #570C21

Color information

#570C21 (or 0x570C21) is unknown color: approx Bordeaux. HEX triplet: 57, 0C and 21. RGB value is (87,12,33). Sum of RGB (Red+Green+Blue) = 87+12+33=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C21 is #A8F3DE. Grayscale: #242424. Windows color (decimal): -11072479 or 2165847. OLE color: 2165847.

HSL color Cylindrical-coordinate representation of color #570C21: hue angle of 343.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C21 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB871233-
CMYK00.860.620.66
HSL343.2º75.76%19.41%-
HSV(B)343.2º86.21%34.12%-
XYZ4.342.41.67-
YUV36.82125.85163.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 33 (13.28% from 255) = 25%
R=65.91%
G=9.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87123300.860.620.66343.275.7619.41
Hex57C210563E421574c13
Octal127144101267610252711423
Binary10101111100100001010101101111101000010101010111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570C21; }

 p { color: rgb(87,12,33); }

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

<style>
 a { background-color: #570C21; }

 a { background-color: rgb(87,12,33); }

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

<style>
 span { border-color: #570C21; }

 span { border-color: rgb(87,12,33); }

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