#53272B

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

Shades of Heath #53272B

Tints of Heath #53272B

Color information

#53272B (or 0x53272B) is unknown color: approx Heath. HEX triplet: 53, 27 and 2B. RGB value is (83,39,43). Sum of RGB (Red+Green+Blue) = 83+39+43=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272B is #ACD8D4. Grayscale: #343434. Windows color (decimal): -11327701 or 2828115. OLE color: 2828115.

HSL color Cylindrical-coordinate representation of color #53272B: hue angle of 354.55º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53272B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB833943-
CMYK00.530.480.67
HSL354.55º36.07%23.92%-
HSV(B)354.55º53.01%32.55%-
XYZ4.733.462.7-
YUV52.61122.58149.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=50.30%
G=23.64%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83394300.530.480.67354.5536.0723.92
Hex53272B03530431632418
Octal1234753065601035434430
Binary10100111001111010110110101110000100001110110001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53272B; }

 p { color: rgb(83,39,43); }

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

<style>
 a { background-color: #53272B; }

 a { background-color: rgb(83,39,43); }

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

<style>
 span { border-color: #53272B; }

 span { border-color: rgb(83,39,43); }

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