#824460

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

Shades of Cosmic #824460

Tints of Cosmic #824460

Color information

#824460 (or 0x824460) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 60. RGB value is (130,68,96). Sum of RGB (Red+Green+Blue) = 130+68+96=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #824460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824460 is #7DBB9F. Grayscale: #595959. Windows color (decimal): -8240032 or 6308994. OLE color: 6308994.

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

Color convert

RGB1306896-
CMYK00.480.260.49
HSL332.9º31.31%38.82%-
HSV(B)332.9º47.69%50.98%-
XYZ13.389.7212.24-
YUV89.73131.54156.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=44.22%
G=23.13%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130689600.480.260.49332.931.3138.82
Hex8244600301A3114d1f27
Octal20210414006032615153747
Binary100000101000100110000001100001101011000110100110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824460; }

 p { color: rgb(130,68,96); }

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

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

 a { background-color: rgb(130,68,96); }

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

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

 span { border-color: rgb(130,68,96); }

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