#82446E

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

Shades of Cosmic #82446E

Tints of Cosmic #82446E

Color information

#82446E (or 0x82446E) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 6E. RGB value is (130,68,110). Sum of RGB (Red+Green+Blue) = 130+68+110=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82446E is #7DBB91. Grayscale: #5B5B5B. Windows color (decimal): -8240018 or 7226498. OLE color: 7226498.

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

Color convert

RGB13068110-
CMYK00.480.150.49
HSL319.35º31.31%38.82%-
HSV(B)319.35º47.69%50.98%-
XYZ14.0910.0115.94-
YUV91.33138.54155.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=42.21%
G=22.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306811000.480.150.49319.3531.3138.82
Hex82446E030F3113f1f27
Octal20210415606017614773747
Binary10000010100010011011100110000111111000110011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82446E; }

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

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

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

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

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

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

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

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