#824D6C

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

Shades of Cosmic #824D6C

Tints of Cosmic #824D6C

Color information

#824D6C (or 0x824D6C) is unknown color: approx Cosmic. HEX triplet: 82, 4D and 6C. RGB value is (130,77,108). Sum of RGB (Red+Green+Blue) = 130+77+108=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D6C is #7DB293. Grayscale: #606060. Windows color (decimal): -8237716 or 7097730. OLE color: 7097730.

HSL color Cylindrical-coordinate representation of color #824D6C: hue angle of 324.91º 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 #824D6C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13077108-
CMYK00.410.170.49
HSL324.91º25.6%40.59%-
HSV(B)324.91º40.77%50.98%-
XYZ14.5711.1415.57-
YUV96.38134.56151.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=41.27%
G=24.44%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307710800.410.170.49324.9125.640.59
Hex824D6C02911311451a29
Octal20211515405121615053251
Binary100000101001101110110001010011000111000110100010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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