#824770

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

Shades of Cosmic #824770

Tints of Cosmic #824770

Color information

#824770 (or 0x824770) is unknown color: approx Cosmic. HEX triplet: 82, 47 and 70. RGB value is (130,71,112). Sum of RGB (Red+Green+Blue) = 130+71+112=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824770 is #7DB88F. Grayscale: #5D5D5D. Windows color (decimal): -8239248 or 7358338. OLE color: 7358338.

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

Color convert

RGB13071112-
CMYK00.450.140.49
HSL318.31º29.35%39.41%-
HSV(B)318.31º45.38%50.98%-
XYZ14.3810.4216.58-
YUV93.32138.55154.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=41.53%
G=22.68%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307111200.450.140.49318.3129.3539.41
Hex82477002DE3113e1d27
Octal20210716005516614763547
Binary10000010100011111100000101101111011000110011111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824770; }

 p { color: rgb(130,71,112); }

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

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

 a { background-color: rgb(130,71,112); }

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

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

 span { border-color: rgb(130,71,112); }

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