#570A1F

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

Shades of Bordeaux #570A1F

Tints of Bordeaux #570A1F

Color information

#570A1F (or 0x570A1F) is unknown color: approx Bordeaux. HEX triplet: 57, 0A and 1F. RGB value is (87,10,31). Sum of RGB (Red+Green+Blue) = 87+10+31=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A1F is #A8F5E0. Grayscale: #232323. Windows color (decimal): -11072993 or 2034263. OLE color: 2034263.

HSL color Cylindrical-coordinate representation of color #570A1F: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A1F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB871031-
CMYK00.890.640.66
HSL343.64º79.38%19.02%-
HSV(B)343.64º88.51%34.12%-
XYZ4.292.341.52-
YUV35.42125.51164.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 10 (4.30% from 255) = 7.81%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=67.97%
G=7.81%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87103100.890.640.66343.6479.3819.02
Hex57A1F05940421584f13
Octal1271237013110010253011723
Binary10101111010111110101100110000001000010101011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,10,31); }

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

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

 a { background-color: rgb(87,10,31); }

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

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

 span { border-color: rgb(87,10,31); }

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