#83426C

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

Shades of Cosmic #83426C

Tints of Cosmic #83426C

Color information

#83426C (or 0x83426C) is unknown color: approx Cosmic. HEX triplet: 83, 42 and 6C. RGB value is (131,66,108). Sum of RGB (Red+Green+Blue) = 131+66+108=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83426C is #7CBD93. Grayscale: #5A5A5A. Windows color (decimal): -8174996 or 7094915. OLE color: 7094915.

HSL color Cylindrical-coordinate representation of color #83426C: hue angle of 321.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83426C is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13166108-
CMYK00.500.180.49
HSL321.23º32.99%38.63%-
HSV(B)321.23º49.62%51.37%-
XYZ14.029.815.34-
YUV90.22138.03157.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=42.95%
G=21.64%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316610800.500.180.49321.2332.9938.63
Hex83426C03212311412127
Octal20310215406222615014147
Binary1000001110000101101100011001010010110001101000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,66,108); }

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

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

 a { background-color: rgb(131,66,108); }

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

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

 span { border-color: rgb(131,66,108); }

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