#570C22

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

Shades of Bordeaux #570C22

Tints of Bordeaux #570C22

Color information

#570C22 (or 0x570C22) is unknown color: approx Bordeaux. HEX triplet: 57, 0C and 22. RGB value is (87,12,34). Sum of RGB (Red+Green+Blue) = 87+12+34=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C22 is #A8F3DD. Grayscale: #242424. Windows color (decimal): -11072478 or 2231383. OLE color: 2231383.

HSL color Cylindrical-coordinate representation of color #570C22: hue angle of 342.4º 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 #570C22 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB871234-
CMYK00.860.610.66
HSL342.4º75.76%19.41%-
HSV(B)342.4º86.21%34.12%-
XYZ4.352.41.75-
YUV36.93126.35163.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=65.41%
G=9.02%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87123400.860.610.66342.475.7619.41
Hex57C220563D421564c13
Octal127144201267510252611423
Binary10101111100100010010101101111011000010101010110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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