#824F60

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

Shades of Cosmic #824F60

Tints of Cosmic #824F60

Color information

#824F60 (or 0x824F60) is unknown color: approx Cosmic. HEX triplet: 82, 4F and 60. RGB value is (130,79,96). Sum of RGB (Red+Green+Blue) = 130+79+96=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F60 is #7DB09F. Grayscale: #606060. Windows color (decimal): -8237216 or 6311810. OLE color: 6311810.

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

Color convert

RGB1307996-
CMYK00.390.260.49
HSL340º24.4%40.98%-
HSV(B)340º39.23%50.98%-
XYZ14.1111.1812.48-
YUV96.19127.9152.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=42.62%
G=25.90%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130799600.390.260.4934024.440.98
Hex824F600271A311541829
Octal20211714004732615243051
Binary100000101001111110000001001111101011000110101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,79,96); }

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

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

 a { background-color: rgb(130,79,96); }

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

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

 span { border-color: rgb(130,79,96); }

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