#82386A

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

Shades of Cosmic #82386A

Tints of Cosmic #82386A

Color information

#82386A (or 0x82386A) is unknown color: approx Cosmic. HEX triplet: 82, 38 and 6A. RGB value is (130,56,106). Sum of RGB (Red+Green+Blue) = 130+56+106=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386A is #7DC795. Grayscale: #535353. Windows color (decimal): -8243094 or 6961282. OLE color: 6961282.

HSL color Cylindrical-coordinate representation of color #82386A: hue angle of 319.46º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82386A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13056106-
CMYK00.570.180.49
HSL319.46º39.78%36.47%-
HSV(B)319.46º56.92%50.98%-
XYZ13.228.6114.6-
YUV83.83140.52160.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=44.52%
G=19.18%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305610600.570.180.49319.4639.7836.47
Hex82386A039123113f2824
Octal2027015207122614775044
Binary100000101110001101010011100110010110001100111111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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