#82445C

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

Shades of Cosmic #82445C

Tints of Cosmic #82445C

Color information

#82445C (or 0x82445C) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 5C. RGB value is (130,68,92). Sum of RGB (Red+Green+Blue) = 130+68+92=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82445C is #7DBBA3. Grayscale: #595959. Windows color (decimal): -8240036 or 6046850. OLE color: 6046850.

HSL color Cylindrical-coordinate representation of color #82445C: hue angle of 336.77º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82445C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1306892-
CMYK00.480.290.49
HSL336.77º31.31%38.82%-
HSV(B)336.77º47.69%50.98%-
XYZ13.29.6511.29-
YUV89.27129.54157.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=44.83%
G=23.45%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130689200.480.290.49336.7731.3138.82
Hex82445C0301D311511f27
Octal20210413406035615213747
Binary100000101000100101110001100001110111000110101000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82445C; }

 p { color: rgb(130,68,92); }

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

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

 a { background-color: rgb(130,68,92); }

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

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

 span { border-color: rgb(130,68,92); }

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