#570D1C

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

Shades of Bordeaux #570D1C

Tints of Bordeaux #570D1C

Color information

#570D1C (or 0x570D1C) is unknown color: approx Bordeaux. HEX triplet: 57, 0D and 1C. RGB value is (87,13,28). Sum of RGB (Red+Green+Blue) = 87+13+28=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D1C is #A8F2E3. Grayscale: #242424. Windows color (decimal): -11072228 or 1838423. OLE color: 1838423.

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

Color convert

RGB871328-
CMYK00.850.680.66
HSL347.84º74%19.61%-
HSV(B)347.84º85.06%34.12%-
XYZ4.282.41.34-
YUV36.84123.02163.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=67.97%
G=10.16%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87132800.850.680.66347.847419.61
Hex57D1C055444215c4a14
Octal1271534012510410253411224
Binary10101111101111000101010110001001000010101011100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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