#824472

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

Shades of Cosmic #824472

Tints of Cosmic #824472

Color information

#824472 (or 0x824472) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 72. RGB value is (130,68,114). Sum of RGB (Red+Green+Blue) = 130+68+114=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824472 is #7DBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8240014 or 7488642. OLE color: 7488642.

HSL color Cylindrical-coordinate representation of color #824472: hue angle of 315.48º 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 #824472 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13068114-
CMYK00.480.120.49
HSL315.48º31.31%38.82%-
HSV(B)315.48º47.69%50.98%-
XYZ14.3110.0917.11-
YUV91.78140.54155.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=41.67%
G=21.79%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306811400.480.120.49315.4831.3138.82
Hex824472030C3113b1f27
Octal20210416206014614733747
Binary10000010100010011100100110000110011000110011101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824472; }

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

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

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

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

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

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

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

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