#570C1E

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

Shades of Bordeaux #570C1E

Tints of Bordeaux #570C1E

Color information

#570C1E (or 0x570C1E) is unknown color: approx Bordeaux. HEX triplet: 57, 0C and 1E. RGB value is (87,12,30). Sum of RGB (Red+Green+Blue) = 87+12+30=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C1E is #A8F3E1. Grayscale: #242424. Windows color (decimal): -11072482 or 1969239. OLE color: 1969239.

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

Color convert

RGB871230-
CMYK00.860.660.66
HSL345.6º75.76%19.41%-
HSV(B)345.6º86.21%34.12%-
XYZ4.32.381.46-
YUV36.48124.35164.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=67.44%
G=9.30%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87123000.860.660.66345.675.7619.41
Hex57C1E056424215a4c13
Octal1271436012610210253211423
Binary10101111100111100101011010000101000010101011010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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