#815071

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

Shades of Cosmic #815071

Tints of Cosmic #815071

Color information

#815071 (or 0x815071) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 71. RGB value is (129,80,113). Sum of RGB (Red+Green+Blue) = 129+80+113=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815071 is #7EAF8E. Grayscale: #626262. Windows color (decimal): -8302479 or 7426177. OLE color: 7426177.

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

Color convert

RGB12980113-
CMYK00.380.120.49
HSL319.59º23.44%40.98%-
HSV(B)319.59º37.98%50.59%-
XYZ14.911.617.08-
YUV98.41136.23149.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=40.06%
G=24.84%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298011300.380.120.49319.5923.4440.98
Hex815071026C311401729
Octal20112016104614615002751
Binary10000001101000011100010100110110011000110100000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815071; }

 p { color: rgb(129,80,113); }

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

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

 a { background-color: rgb(129,80,113); }

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

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

 span { border-color: rgb(129,80,113); }

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