#570621

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

Shades of Bordeaux #570621

Tints of Bordeaux #570621

Color information

#570621 (or 0x570621) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 21. RGB value is (87,6,33). Sum of RGB (Red+Green+Blue) = 87+6+33=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570621 is #A8F9DE. Grayscale: #212121. Windows color (decimal): -11074015 or 2164311. OLE color: 2164311.

HSL color Cylindrical-coordinate representation of color #570621: hue angle of 340º 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 #570621 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB87633-
CMYK00.930.620.66
HSL340º87.1%18.24%-
HSV(B)340º93.1%34.12%-
XYZ4.272.271.65-
YUV33.3127.84166.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=69.05%
G=4.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8763300.930.620.6634087.118.24
Hex5762105D3E421545712
Octal12764101357610252412722
Binary1010111110100001010111011111101000010101010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570621; }

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

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

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

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

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

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

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

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