#824868

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

Shades of Cosmic #824868

Tints of Cosmic #824868

Color information

#824868 (or 0x824868) is unknown color: approx Cosmic. HEX triplet: 82, 48 and 68. RGB value is (130,72,104). Sum of RGB (Red+Green+Blue) = 130+72+104=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #824868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824868 is #7DB797. Grayscale: #5C5C5C. Windows color (decimal): -8239000 or 6834306. OLE color: 6834306.

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

Color convert

RGB13072104-
CMYK00.450.20.49
HSL326.9º28.71%39.61%-
HSV(B)326.9º44.62%50.98%-
XYZ14.0210.3814.36-
YUV92.99134.22154.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=42.48%
G=23.53%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307210400.450.20.49326.928.7139.61
Hex82486802D14311471d28
Octal20211015005524615073550
Binary100000101001000110100001011011010011000110100011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824868; }

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

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

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

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

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

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

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

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