#570826

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

Shades of Bordeaux #570826

Tints of Bordeaux #570826

Color information

#570826 (or 0x570826) is unknown color: approx Bordeaux. HEX triplet: 57, 08 and 26. RGB value is (87,8,38). Sum of RGB (Red+Green+Blue) = 87+8+38=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570826 is #A8F7D9. Grayscale: #232323. Windows color (decimal): -11073498 or 2492503. OLE color: 2492503.

HSL color Cylindrical-coordinate representation of color #570826: hue angle of 337.22º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570826 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB87838-
CMYK00.910.560.66
HSL337.22º83.16%18.63%-
HSV(B)337.22º90.8%34.12%-
XYZ4.372.342.06-
YUV35.04129.67165.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=65.41%
G=6.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8783800.910.560.66337.2283.1618.63
Hex5782605B38421515313
Octal127104601337010252112323
Binary10101111000100110010110111110001000010101010001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570826; }

 p { color: rgb(87,8,38); }

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

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

 a { background-color: rgb(87,8,38); }

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

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

 span { border-color: rgb(87,8,38); }

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