#57272D

Color #57272D Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #57272D

Tints of Heath #57272D

Color information

#57272D (or 0x57272D) is unknown color: approx Heath. HEX triplet: 57, 27 and 2D. RGB value is (87,39,45). Sum of RGB (Red+Green+Blue) = 87+39+45=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57272D is #A8D8D2. Grayscale: #363636. Windows color (decimal): -11065555 or 2959191. OLE color: 2959191.

HSL color Cylindrical-coordinate representation of color #57272D: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57272D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB873945-
CMYK00.550.480.66
HSL352.5º38.1%24.71%-
HSV(B)352.5º55.17%34.12%-
XYZ5.133.672.92-
YUV54.04122.9151.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=50.88%
G=22.81%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87394500.550.480.66352.538.124.71
Hex57272D03730421602619
Octal1274755067601025404631
Binary10101111001111011010110111110000100001010110000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57272D; }

 p { color: rgb(87,39,45); }

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

<style>
 a { background-color: #57272D; }

 a { background-color: rgb(87,39,45); }

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

<style>
 span { border-color: #57272D; }

 span { border-color: rgb(87,39,45); }

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