#57142A

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

Shades of Bordeaux #57142A

Tints of Bordeaux #57142A

Color information

#57142A (or 0x57142A) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 2A. RGB value is (87,20,42). Sum of RGB (Red+Green+Blue) = 87+20+42=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142A is #A8EBD5. Grayscale: #2A2A2A. Windows color (decimal): -11070422 or 2757719. OLE color: 2757719.

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

Color convert

RGB872042-
CMYK00.770.520.66
HSL340.3º62.62%20.98%-
HSV(B)340.3º77.01%34.12%-
XYZ4.62.692.47-
YUV42.54127.7159.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=58.39%
G=13.42%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204200.770.520.66340.362.6220.98
Hex57142A04D34421543f15
Octal12724520115641025247725
Binary10101111010010101001001101110100100001010101010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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