#824061

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

Shades of Cosmic #824061

Tints of Cosmic #824061

Color information

#824061 (or 0x824061) is unknown color: approx Cosmic. HEX triplet: 82, 40 and 61. RGB value is (130,64,97). Sum of RGB (Red+Green+Blue) = 130+64+97=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #824061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824061 is #7DBF9E. Grayscale: #575757. Windows color (decimal): -8241055 or 6373506. OLE color: 6373506.

HSL color Cylindrical-coordinate representation of color #824061: hue angle of 330º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824061 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1306497-
CMYK00.510.250.49
HSL330º34.02%38.04%-
HSV(B)330º50.77%50.98%-
XYZ13.29.2812.4-
YUV87.5133.37158.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=44.67%
G=21.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130649700.510.250.4933034.0238.04
Hex824061033193114a2226
Octal20210014106331615124246
Binary1000001010000001100001011001111001110001101001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824061; }

 p { color: rgb(130,64,97); }

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

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

 a { background-color: rgb(130,64,97); }

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

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

 span { border-color: rgb(130,64,97); }

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