#824E60

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

Shades of Cosmic #824E60

Tints of Cosmic #824E60

Color information

#824E60 (or 0x824E60) is unknown color: approx Cosmic. HEX triplet: 82, 4E and 60. RGB value is (130,78,96). Sum of RGB (Red+Green+Blue) = 130+78+96=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E60 is #7DB19F. Grayscale: #5F5F5F. Windows color (decimal): -8237472 or 6311554. OLE color: 6311554.

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

Color convert

RGB1307896-
CMYK00.400.260.49
HSL339.23º25%40.78%-
HSV(B)339.23º40%50.98%-
XYZ14.0411.0412.46-
YUV95.6128.23152.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=42.76%
G=25.66%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130789600.400.260.49339.232540.78
Hex824E600281A311531929
Octal20211614005032615233151
Binary100000101001110110000001010001101011000110101001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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