#824662

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

Shades of Cosmic #824662

Tints of Cosmic #824662

Color information

#824662 (or 0x824662) is unknown color: approx Cosmic. HEX triplet: 82, 46 and 62. RGB value is (130,70,98). Sum of RGB (Red+Green+Blue) = 130+70+98=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824662 is #7DB99D. Grayscale: #5B5B5B. Windows color (decimal): -8239518 or 6440578. OLE color: 6440578.

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

Color convert

RGB1307098-
CMYK00.460.250.49
HSL332º30%39.22%-
HSV(B)332º46.15%50.98%-
XYZ13.610.0112.77-
YUV91.13131.88155.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=43.62%
G=23.49%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130709800.460.250.493323039.22
Hex82466202E193114c1e27
Octal20210614205631615143647
Binary100000101000110110001001011101100111000110100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824662; }

 p { color: rgb(130,70,98); }

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

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

 a { background-color: rgb(130,70,98); }

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

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

 span { border-color: rgb(130,70,98); }

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