#815872

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

Shades of Cosmic #815872

Tints of Cosmic #815872

Color information

#815872 (or 0x815872) is unknown color: approx Cosmic. HEX triplet: 81, 58 and 72. RGB value is (129,88,114). Sum of RGB (Red+Green+Blue) = 129+88+114=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815872 is #7EA78D. Grayscale: #676767. Windows color (decimal): -8300430 or 7493761. OLE color: 7493761.

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

Color convert

RGB12988114-
CMYK00.320.120.49
HSL321.95º18.89%42.55%-
HSV(B)321.95º31.78%50.59%-
XYZ15.5812.8617.58-
YUV103.22134.08146.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=38.97%
G=26.59%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298811400.320.120.49321.9518.8942.55
Hex815872020C31142132b
Octal20113016204014615022353
Binary10000001101100011100100100000110011000110100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815872; }

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

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

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

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

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

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

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

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