#57041A

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

Shades of Bordeaux #57041A

Tints of Bordeaux #57041A

Color information

#57041A (or 0x57041A) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 1A. RGB value is (87,4,26). Sum of RGB (Red+Green+Blue) = 87+4+26=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57041A is #A8FBE5. Grayscale: #1F1F1F. Windows color (decimal): -11074534 or 1705047. OLE color: 1705047.

HSL color Cylindrical-coordinate representation of color #57041A: hue angle of 344.1º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57041A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB87426-
CMYK00.950.700.66
HSL344.1º91.21%17.84%-
HSV(B)344.1º95.4%34.12%-
XYZ4.162.191.18-
YUV31.32125167.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=74.36%
G=3.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8742600.950.700.66344.191.2117.84
Hex5741A05F46421585b12
Octal127432013710610253013322
Binary1010111100110100101111110001101000010101011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57041A; }

 p { color: rgb(87,4,26); }

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

<style>
 a { background-color: #57041A; }

 a { background-color: rgb(87,4,26); }

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

<style>
 span { border-color: #57041A; }

 span { border-color: rgb(87,4,26); }

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