#570D1D

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

Shades of Bordeaux #570D1D

Tints of Bordeaux #570D1D

Color information

#570D1D (or 0x570D1D) is unknown color: approx Bordeaux. HEX triplet: 57, 0D and 1D. RGB value is (87,13,29). Sum of RGB (Red+Green+Blue) = 87+13+29=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D1D is #A8F2E2. Grayscale: #242424. Windows color (decimal): -11072227 or 1903959. OLE color: 1903959.

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

Color convert

RGB871329-
CMYK00.850.670.66
HSL347.03º74%19.61%-
HSV(B)347.03º85.06%34.12%-
XYZ4.32.41.4-
YUV36.95123.52163.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=67.44%
G=10.08%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87132900.850.670.66347.037419.61
Hex57D1D055434215b4a14
Octal1271535012510310253311224
Binary10101111101111010101010110000111000010101011011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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