#82445E

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

Shades of Cosmic #82445E

Tints of Cosmic #82445E

Color information

#82445E (or 0x82445E) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 5E. RGB value is (130,68,94). Sum of RGB (Red+Green+Blue) = 130+68+94=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82445E is #7DBBA1. Grayscale: #595959. Windows color (decimal): -8240034 or 6177922. OLE color: 6177922.

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

Color convert

RGB1306894-
CMYK00.480.280.49
HSL334.84º31.31%38.82%-
HSV(B)334.84º47.69%50.98%-
XYZ13.299.6911.76-
YUV89.5130.54156.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=44.52%
G=23.29%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130689400.480.280.49334.8431.3138.82
Hex82445E0301C3114f1f27
Octal20210413606034615173747
Binary100000101000100101111001100001110011000110100111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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