#824871

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

Shades of Cosmic #824871

Tints of Cosmic #824871

Color information

#824871 (or 0x824871) is unknown color: approx Cosmic. HEX triplet: 82, 48 and 71. RGB value is (130,72,113). Sum of RGB (Red+Green+Blue) = 130+72+113=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824871 is #7DB78E. Grayscale: #5D5D5D. Windows color (decimal): -8238991 or 7424130. OLE color: 7424130.

HSL color Cylindrical-coordinate representation of color #824871: hue angle of 317.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824871 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13072113-
CMYK00.450.130.49
HSL317.59º28.71%39.61%-
HSV(B)317.59º44.62%50.98%-
XYZ14.510.5716.9-
YUV94.02138.72153.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=41.27%
G=22.86%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307211300.450.130.49317.5928.7139.61
Hex82487102DD3113e1d28
Octal20211016105515614763550
Binary10000010100100011100010101101110111000110011111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824871; }

 p { color: rgb(130,72,113); }

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

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

 a { background-color: rgb(130,72,113); }

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

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

 span { border-color: rgb(130,72,113); }

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