#57162A

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

Shades of Bordeaux #57162A

Tints of Bordeaux #57162A

Color information

#57162A (or 0x57162A) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 2A. RGB value is (87,22,42). Sum of RGB (Red+Green+Blue) = 87+22+42=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162A is #A8E9D5. Grayscale: #2B2B2B. Windows color (decimal): -11069910 or 2758231. OLE color: 2758231.

HSL color Cylindrical-coordinate representation of color #57162A: hue angle of 341.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57162A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB872242-
CMYK00.750.520.66
HSL341.54º59.63%21.37%-
HSV(B)341.54º74.71%34.12%-
XYZ4.642.772.48-
YUV43.72127.03158.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=57.62%
G=14.57%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224200.750.520.66341.5459.6321.37
Hex57162A04B34421563c15
Octal12726520113641025267425
Binary10101111011010101001001011110100100001010101011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,22,42); }

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

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

 a { background-color: rgb(87,22,42); }

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

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

 span { border-color: rgb(87,22,42); }

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