#512D30

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

Shades of Heath #512D30

Tints of Heath #512D30

Color information

#512D30 (or 0x512D30) is unknown color: approx Heath. HEX triplet: 51, 2D and 30. RGB value is (81,45,48). Sum of RGB (Red+Green+Blue) = 81+45+48=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D30 is #AED2CF. Grayscale: #383838. Windows color (decimal): -11457232 or 3157329. OLE color: 3157329.

HSL color Cylindrical-coordinate representation of color #512D30: hue angle of 355º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D30 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB814548-
CMYK00.440.410.68
HSL355º28.57%24.71%-
HSV(B)355º44.44%31.76%-
XYZ4.873.843.28-
YUV56.11123.43145.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=46.55%
G=25.86%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81454800.440.410.6835528.5724.71
Hex512D3002C29441631d19
Octal1215560054511045433531
Binary1010001101101110000010110010100110001001011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D30; }

 p { color: rgb(81,45,48); }

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

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

 a { background-color: rgb(81,45,48); }

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

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

 span { border-color: rgb(81,45,48); }

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