#570522

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

Shades of Bordeaux #570522

Tints of Bordeaux #570522

Color information

#570522 (or 0x570522) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 22. RGB value is (87,5,34). Sum of RGB (Red+Green+Blue) = 87+5+34=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570522 is #A8FADD. Grayscale: #202020. Windows color (decimal): -11074270 or 2229591. OLE color: 2229591.

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

Color convert

RGB87534-
CMYK00.940.610.66
HSL338.78º89.13%18.04%-
HSV(B)338.78º94.25%34.12%-
XYZ4.272.251.72-
YUV32.82128.67166.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=69.05%
G=3.97%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753400.940.610.66338.7889.1318.04
Hex5752205E3D421535912
Octal12754201367510252313122
Binary1010111101100010010111101111011000010101010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570522; }

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

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

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

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

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

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

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

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