#570222

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

Shades of Bordeaux #570222

Tints of Bordeaux #570222

Color information

#570222 (or 0x570222) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 22. RGB value is (87,2,34). Sum of RGB (Red+Green+Blue) = 87+2+34=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570222 is #A8FDDD. Grayscale: #1F1F1F. Windows color (decimal): -11075038 or 2228823. OLE color: 2228823.

HSL color Cylindrical-coordinate representation of color #570222: hue angle of 337.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570222 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB87234-
CMYK00.980.610.66
HSL337.41º95.51%17.45%-
HSV(B)337.41º97.7%34.12%-
XYZ4.242.191.71-
YUV31.06129.66167.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=70.73%
G=1.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8723400.980.610.66337.4195.5117.45
Hex572220623D421516011
Octal12724201427510252114021
Binary101011110100010011000101111011000010101010001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570222; }

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

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

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

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

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

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

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

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