#82456D

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

Shades of Cosmic #82456D

Tints of Cosmic #82456D

Color information

#82456D (or 0x82456D) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 6D. RGB value is (130,69,109). Sum of RGB (Red+Green+Blue) = 130+69+109=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82456D is #7DBA92. Grayscale: #5B5B5B. Windows color (decimal): -8239763 or 7161218. OLE color: 7161218.

HSL color Cylindrical-coordinate representation of color #82456D: hue angle of 320.66º 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 #82456D is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13069109-
CMYK00.470.160.49
HSL320.66º30.65%39.02%-
HSV(B)320.66º46.92%50.98%-
XYZ14.0910.1115.68-
YUV91.8137.71155.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=42.21%
G=22.40%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306910900.470.160.49320.6630.6539.02
Hex82456D02F10311411f27
Octal20210515505720615013747
Binary100000101000101110110101011111000011000110100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82456D; }

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

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

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

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

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

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

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

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