#824D62

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

Shades of Cosmic #824D62

Tints of Cosmic #824D62

Color information

#824D62 (or 0x824D62) is unknown color: approx Cosmic. HEX triplet: 82, 4D and 62. RGB value is (130,77,98). Sum of RGB (Red+Green+Blue) = 130+77+98=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D62 is #7DB29D. Grayscale: #5F5F5F. Windows color (decimal): -8237726 or 6442370. OLE color: 6442370.

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

Color convert

RGB1307798-
CMYK00.410.250.49
HSL336.23º25.6%40.59%-
HSV(B)336.23º40.77%50.98%-
XYZ14.0610.9412.92-
YUV95.24129.56152.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=42.62%
G=25.25%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130779800.410.250.49336.2325.640.59
Hex824D6202919311501a29
Octal20211514205131615203251
Binary100000101001101110001001010011100111000110101000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824D62; }

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

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

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

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

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

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

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

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