#82476A

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

Shades of Cosmic #82476A

Tints of Cosmic #82476A

Color information

#82476A (or 0x82476A) is unknown color: approx Cosmic. HEX triplet: 82, 47 and 6A. RGB value is (130,71,106). Sum of RGB (Red+Green+Blue) = 130+71+106=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476A is #7DB895. Grayscale: #5C5C5C. Windows color (decimal): -8239254 or 6965122. OLE color: 6965122.

HSL color Cylindrical-coordinate representation of color #82476A: hue angle of 324.41º 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 #82476A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13071106-
CMYK00.450.180.49
HSL324.41º29.35%39.41%-
HSV(B)324.41º45.38%50.98%-
XYZ14.0610.2914.88-
YUV92.63135.55154.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=42.35%
G=23.13%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307110600.450.180.49324.4129.3539.41
Hex82476A02D12311441d27
Octal20210715205522615043547
Binary100000101000111110101001011011001011000110100010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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