#57292F

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

Shades of Jazz #57292F

Tints of Jazz #57292F

Color information

#57292F (or 0x57292F) is unknown color: approx Jazz. HEX triplet: 57, 29 and 2F. RGB value is (87,41,47). Sum of RGB (Red+Green+Blue) = 87+41+47=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #57292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57292F is #A8D6D0. Grayscale: #373737. Windows color (decimal): -11065041 or 3090775. OLE color: 3090775.

HSL color Cylindrical-coordinate representation of color #57292F: hue angle of 352.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57292F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB874147-
CMYK00.530.460.66
HSL352.17º35.94%25.1%-
HSV(B)352.17º52.87%34.12%-
XYZ5.243.823.15-
YUV55.44123.24150.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=49.71%
G=23.43%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87414700.530.460.66352.1735.9425.1
Hex57292F0352E421602419
Octal1275157065561025404431
Binary10101111010011011110110101101110100001010110000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,41,47); }

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

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

 a { background-color: rgb(87,41,47); }

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

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

 span { border-color: rgb(87,41,47); }

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