#570D24

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

Shades of Bordeaux #570D24

Tints of Bordeaux #570D24

Color information

#570D24 (or 0x570D24) is unknown color: approx Bordeaux. HEX triplet: 57, 0D and 24. RGB value is (87,13,36). Sum of RGB (Red+Green+Blue) = 87+13+36=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #570D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D24 is #A8F2DB. Grayscale: #252525. Windows color (decimal): -11072220 or 2362711. OLE color: 2362711.

HSL color Cylindrical-coordinate representation of color #570D24: hue angle of 341.35º 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 #570D24 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB871336-
CMYK00.850.590.66
HSL341.35º74%19.61%-
HSV(B)341.35º85.06%34.12%-
XYZ4.392.441.91-
YUV37.75127.02163.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=63.97%
G=9.56%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87133600.850.590.66341.357419.61
Hex57D240553B421554a14
Octal127154401257310252511224
Binary10101111101100100010101011110111000010101010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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