#815972

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

Shades of Cosmic #815972

Tints of Cosmic #815972

Color information

#815972 (or 0x815972) is unknown color: approx Cosmic. HEX triplet: 81, 59 and 72. RGB value is (129,89,114). Sum of RGB (Red+Green+Blue) = 129+89+114=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #815972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815972 is #7EA68D. Grayscale: #676767. Windows color (decimal): -8300174 or 7494017. OLE color: 7494017.

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

Color convert

RGB12989114-
CMYK00.310.120.49
HSL322.5º18.35%42.75%-
HSV(B)322.5º31.01%50.59%-
XYZ15.6613.0317.61-
YUV103.81133.75145.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=38.86%
G=26.81%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298911400.310.120.49322.518.3542.75
Hex81597201FC31142122b
Octal20113116203714615022253
Binary1000000110110011110010011111110011000110100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815972; }

 p { color: rgb(129,89,114); }

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

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

 a { background-color: rgb(129,89,114); }

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

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

 span { border-color: rgb(129,89,114); }

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