#82576E

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

Shades of Cosmic #82576E

Tints of Cosmic #82576E

Color information

#82576E (or 0x82576E) is unknown color: approx Cosmic. HEX triplet: 82, 57 and 6E. RGB value is (130,87,110). Sum of RGB (Red+Green+Blue) = 130+87+110=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82576E is #7DA891. Grayscale: #666666. Windows color (decimal): -8235154 or 7231362. OLE color: 7231362.

HSL color Cylindrical-coordinate representation of color #82576E: hue angle of 327.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82576E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13087110-
CMYK00.330.150.49
HSL327.91º19.82%42.55%-
HSV(B)327.91º33.08%50.98%-
XYZ15.4312.6916.39-
YUV102.48132.25147.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=39.76%
G=26.61%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308711000.330.150.49327.9119.8242.55
Hex82576E021F31148142b
Octal20212715604117615102453
Binary10000010101011111011100100001111111000110100100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,87,110); }

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

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

 a { background-color: rgb(130,87,110); }

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

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

 span { border-color: rgb(130,87,110); }

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