#82476F

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

Shades of Cosmic #82476F

Tints of Cosmic #82476F

Color information

#82476F (or 0x82476F) is unknown color: approx Cosmic. HEX triplet: 82, 47 and 6F. RGB value is (130,71,111). Sum of RGB (Red+Green+Blue) = 130+71+111=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476F is #7DB890. Grayscale: #5D5D5D. Windows color (decimal): -8239249 or 7292802. OLE color: 7292802.

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

Color convert

RGB13071111-
CMYK00.450.150.49
HSL319.32º29.35%39.41%-
HSV(B)319.32º45.38%50.98%-
XYZ14.3310.416.29-
YUV93.2138.05154.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=41.67%
G=22.76%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307111100.450.150.49319.3229.3539.41
Hex82476F02DF3113f1d27
Octal20210715705517614773547
Binary10000010100011111011110101101111111000110011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82476F; }

 p { color: rgb(130,71,111); }

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

<style>
 a { background-color: #82476F; }

 a { background-color: rgb(130,71,111); }

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

<style>
 span { border-color: #82476F; }

 span { border-color: rgb(130,71,111); }

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