#824859

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

Shades of Cosmic #824859

Tints of Cosmic #824859

Color information

#824859 (or 0x824859) is unknown color: approx Cosmic. HEX triplet: 82, 48 and 59. RGB value is (130,72,89). Sum of RGB (Red+Green+Blue) = 130+72+89=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #824859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824859 is #7DB7A6. Grayscale: #5B5B5B. Windows color (decimal): -8239015 or 5851266. OLE color: 5851266.

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

Color convert

RGB1307289-
CMYK00.450.320.49
HSL342.41º28.71%39.61%-
HSV(B)342.41º44.62%50.98%-
XYZ13.3310.110.7-
YUV91.28126.72155.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=44.67%
G=24.74%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130728900.450.320.49342.4128.7139.61
Hex82485902D20311561d28
Octal20211013105540615263550
Binary1000001010010001011001010110110000011000110101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824859; }

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

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

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

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

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

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

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

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