#570D1E

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

Shades of Bordeaux #570D1E

Tints of Bordeaux #570D1E

Color information

#570D1E (or 0x570D1E) is unknown color: approx Bordeaux. HEX triplet: 57, 0D and 1E. RGB value is (87,13,30). Sum of RGB (Red+Green+Blue) = 87+13+30=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D1E is #A8F2E1. Grayscale: #252525. Windows color (decimal): -11072226 or 1969495. OLE color: 1969495.

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

Color convert

RGB871330-
CMYK00.850.660.66
HSL346.22º74%19.61%-
HSV(B)346.22º85.06%34.12%-
XYZ4.312.411.47-
YUV37.06124.02163.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=66.92%
G=10%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87133000.850.660.66346.227419.61
Hex57D1E055424215a4a14
Octal1271536012510210253211224
Binary10101111101111100101010110000101000010101011010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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