#513334

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

Shades of Heath #513334

Tints of Heath #513334

Color information

#513334 (or 0x513334) is unknown color: approx Heath. HEX triplet: 51, 33 and 34. RGB value is (81,51,52). Sum of RGB (Red+Green+Blue) = 81+51+52=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513334 is #AECCCB. Grayscale: #3C3C3C. Windows color (decimal): -11455692 or 3421009. OLE color: 3421009.

HSL color Cylindrical-coordinate representation of color #513334: hue angle of 358º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513334 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB815152-
CMYK00.370.360.68
HSL358º22.73%25.88%-
HSV(B)358º37.04%31.76%-
XYZ5.24.363.82-
YUV60.08123.44142.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=44.02%
G=27.72%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81515200.370.360.6835822.7325.88
Hex5133340252444166171a
Octal1216364045441045462732
Binary1010001110011110100010010110010010001001011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513334; }

 p { color: rgb(81,51,52); }

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

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

 a { background-color: rgb(81,51,52); }

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

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

 span { border-color: rgb(81,51,52); }

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