#82536C

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

Shades of Cosmic #82536C

Tints of Cosmic #82536C

Color information

#82536C (or 0x82536C) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 6C. RGB value is (130,83,108). Sum of RGB (Red+Green+Blue) = 130+83+108=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82536C is #7DAC93. Grayscale: #636363. Windows color (decimal): -8236180 or 7099266. OLE color: 7099266.

HSL color Cylindrical-coordinate representation of color #82536C: hue angle of 328.09º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82536C is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13083108-
CMYK00.360.170.49
HSL328.09º22.07%41.76%-
HSV(B)328.09º36.15%50.98%-
XYZ15.0112.0215.72-
YUV99.9132.57149.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=40.50%
G=25.86%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308310800.360.170.49328.0922.0741.76
Hex82536C0241131148162a
Octal20212315404421615102652
Binary100000101010011110110001001001000111000110100100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82536C; }

 p { color: rgb(130,83,108); }

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

<style>
 a { background-color: #82536C; }

 a { background-color: rgb(130,83,108); }

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

<style>
 span { border-color: #82536C; }

 span { border-color: rgb(130,83,108); }

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