#815144

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

Shades of Ironstone #815144

Tints of Ironstone #815144

Color information

#815144 (or 0x815144) is unknown color: approx Ironstone. HEX triplet: 81, 51 and 44. RGB value is (129,81,68). Sum of RGB (Red+Green+Blue) = 129+81+68=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #815144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815144 is #7EAEBB. Grayscale: #5D5D5D. Windows color (decimal): -8302268 or 4477313. OLE color: 4477313.

HSL color Cylindrical-coordinate representation of color #815144: hue angle of 12.79º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815144 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1298168-
CMYK00.370.470.49
HSL12.79º30.96%38.63%-
HSV(B)12.79º47.29%50.59%-
XYZ13.0410.976.9-
YUV93.87113.4153.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=46.40%
G=29.14%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129816800.370.470.4912.7930.9638.63
Hex8151440252F31d1f27
Octal2011211040455761153747
Binary10000001101000110001000100101101111110001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815144; }

 p { color: rgb(129,81,68); }

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

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

 a { background-color: rgb(129,81,68); }

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

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

 span { border-color: rgb(129,81,68); }

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