#824D6F

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

Shades of Cosmic #824D6F

Tints of Cosmic #824D6F

Color information

#824D6F (or 0x824D6F) is unknown color: approx Cosmic. HEX triplet: 82, 4D and 6F. RGB value is (130,77,111). Sum of RGB (Red+Green+Blue) = 130+77+111=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #824D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D6F is #7DB290. Grayscale: #606060. Windows color (decimal): -8237713 or 7294338. OLE color: 7294338.

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

Color convert

RGB13077111-
CMYK00.410.150.49
HSL321.51º25.6%40.59%-
HSV(B)321.51º40.77%50.98%-
XYZ14.7311.216.42-
YUV96.72136.06151.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=40.88%
G=24.21%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307711100.410.150.49321.5125.640.59
Hex824D6F029F311421a29
Octal20211515705117615023251
Binary10000010100110111011110101001111111000110100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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