#83426A

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

Shades of Cosmic #83426A

Tints of Cosmic #83426A

Color information

#83426A (or 0x83426A) is unknown color: approx Cosmic. HEX triplet: 83, 42 and 6A. RGB value is (131,66,106). Sum of RGB (Red+Green+Blue) = 131+66+106=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #83426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83426A is #7CBD95. Grayscale: #595959. Windows color (decimal): -8174998 or 6963843. OLE color: 6963843.

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

Color convert

RGB13166106-
CMYK00.500.190.49
HSL323.08º32.99%38.63%-
HSV(B)323.08º49.62%51.37%-
XYZ13.919.7614.79-
YUV90137.03157.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=43.23%
G=21.78%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316610600.500.190.49323.0832.9938.63
Hex83426A03213311432127
Octal20310215206223615034147
Binary1000001110000101101010011001010011110001101000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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