#570A1E

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

Shades of Bordeaux #570A1E

Tints of Bordeaux #570A1E

Color information

#570A1E (or 0x570A1E) is unknown color: approx Bordeaux. HEX triplet: 57, 0A and 1E. RGB value is (87,10,30). Sum of RGB (Red+Green+Blue) = 87+10+30=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A1E is #A8F5E1. Grayscale: #232323. Windows color (decimal): -11072994 or 1968727. OLE color: 1968727.

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

Color convert

RGB871030-
CMYK00.890.660.66
HSL344.42º79.38%19.02%-
HSV(B)344.42º88.51%34.12%-
XYZ4.272.341.45-
YUV35.3125.01164.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 10 (4.30% from 255) = 7.87%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=68.50%
G=7.87%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87103000.890.660.66344.4279.3819.02
Hex57A1E05942421584f13
Octal1271236013110210253011723
Binary10101111010111100101100110000101000010101011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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