#570D26

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

Shades of Bordeaux #570D26

Tints of Bordeaux #570D26

Color information

#570D26 (or 0x570D26) is unknown color: approx Bordeaux. HEX triplet: 57, 0D and 26. RGB value is (87,13,38). Sum of RGB (Red+Green+Blue) = 87+13+38=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D26 is #A8F2D9. Grayscale: #252525. Windows color (decimal): -11072218 or 2493783. OLE color: 2493783.

HSL color Cylindrical-coordinate representation of color #570D26: hue angle of 339.73º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D26 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB871338-
CMYK00.850.560.66
HSL339.73º74%19.61%-
HSV(B)339.73º85.06%34.12%-
XYZ4.422.452.07-
YUV37.98128.02162.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=63.04%
G=9.42%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87133800.850.560.66339.737419.61
Hex57D2605538421544a14
Octal127154601257010252411224
Binary10101111101100110010101011110001000010101010100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570D26; }

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

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

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

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

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

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

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

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