#57141F

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

Shades of Bordeaux #57141F

Tints of Bordeaux #57141F

Color information

#57141F (or 0x57141F) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 1F. RGB value is (87,20,31). Sum of RGB (Red+Green+Blue) = 87+20+31=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57141F is #A8EBE0. Grayscale: #292929. Windows color (decimal): -11070433 or 2036823. OLE color: 2036823.

HSL color Cylindrical-coordinate representation of color #57141F: hue angle of 350.15º 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 #57141F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB872031-
CMYK00.770.640.66
HSL350.15º62.62%20.98%-
HSV(B)350.15º77.01%34.12%-
XYZ4.432.631.57-
YUV41.29122.2160.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=63.04%
G=14.49%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87203100.770.640.66350.1562.6220.98
Hex57141F04D404215e3f15
Octal127243701151001025367725
Binary10101111010011111010011011000000100001010101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57141F; }

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

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

<style>
 a { background-color: #57141F; }

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

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

<style>
 span { border-color: #57141F; }

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

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