#83476D

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

Shades of Cosmic #83476D

Tints of Cosmic #83476D

Color information

#83476D (or 0x83476D) is unknown color: approx Cosmic. HEX triplet: 83, 47 and 6D. RGB value is (131,71,109). Sum of RGB (Red+Green+Blue) = 131+71+109=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83476D is #7CB892. Grayscale: #5D5D5D. Windows color (decimal): -8173715 or 7161731. OLE color: 7161731.

HSL color Cylindrical-coordinate representation of color #83476D: hue angle of 322º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83476D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13171109-
CMYK00.460.170.49
HSL322º29.7%39.61%-
HSV(B)322º45.8%51.37%-
XYZ14.3710.4415.72-
YUV93.27136.88154.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=42.12%
G=22.83%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317110900.460.170.4932229.739.61
Hex83476D02E11311421e28
Octal20310715505621615023650
Binary100000111000111110110101011101000111000110100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83476D; }

 p { color: rgb(131,71,109); }

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

<style>
 a { background-color: #83476D; }

 a { background-color: rgb(131,71,109); }

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

<style>
 span { border-color: #83476D; }

 span { border-color: rgb(131,71,109); }

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