#824658

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

Shades of Cosmic #824658

Tints of Cosmic #824658

Color information

#824658 (or 0x824658) is unknown color: approx Cosmic. HEX triplet: 82, 46 and 58. RGB value is (130,70,88). Sum of RGB (Red+Green+Blue) = 130+70+88=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #824658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824658 is #7DB9A7. Grayscale: #595959. Windows color (decimal): -8239528 or 5785218. OLE color: 5785218.

HSL color Cylindrical-coordinate representation of color #824658: hue angle of 342º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824658 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1307088-
CMYK00.460.320.49
HSL342º30%39.22%-
HSV(B)342º46.15%50.98%-
XYZ13.169.8310.44-
YUV89.99126.88156.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=45.14%
G=24.31%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130708800.460.320.493423039.22
Hex82465802E20311561e27
Octal20210613005640615263647
Binary1000001010001101011000010111010000011000110101011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824658; }

 p { color: rgb(130,70,88); }

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

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

 a { background-color: rgb(130,70,88); }

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

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

 span { border-color: rgb(130,70,88); }

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