#82455E

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

Shades of Cosmic #82455E

Tints of Cosmic #82455E

Color information

#82455E (or 0x82455E) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 5E. RGB value is (130,69,94). Sum of RGB (Red+Green+Blue) = 130+69+94=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82455E is #7DBAA1. Grayscale: #5A5A5A. Windows color (decimal): -8239778 or 6178178. OLE color: 6178178.

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

Color convert

RGB1306994-
CMYK00.470.280.49
HSL335.41º30.65%39.02%-
HSV(B)335.41º46.92%50.98%-
XYZ13.359.8111.78-
YUV90.09130.21156.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=44.37%
G=23.55%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130699400.470.280.49335.4130.6539.02
Hex82455E02F1C3114f1f27
Octal20210513605734615173747
Binary100000101000101101111001011111110011000110100111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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