#570622

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

Shades of Bordeaux #570622

Tints of Bordeaux #570622

Color information

#570622 (or 0x570622) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 22. RGB value is (87,6,34). Sum of RGB (Red+Green+Blue) = 87+6+34=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570622 is #A8F9DD. Grayscale: #212121. Windows color (decimal): -11074014 or 2229847. OLE color: 2229847.

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

Color convert

RGB87634-
CMYK00.930.610.66
HSL339.26º87.1%18.24%-
HSV(B)339.26º93.1%34.12%-
XYZ4.282.271.73-
YUV33.41128.34166.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=68.50%
G=4.72%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8763400.930.610.66339.2687.118.24
Hex5762205D3D421535712
Octal12764201357510252312722
Binary1010111110100010010111011111011000010101010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570622; }

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

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

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

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

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

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

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

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