#83475E

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

Shades of Cosmic #83475E

Tints of Cosmic #83475E

Color information

#83475E (or 0x83475E) is unknown color: approx Cosmic. HEX triplet: 83, 47 and 5E. RGB value is (131,71,94). Sum of RGB (Red+Green+Blue) = 131+71+94=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83475E is #7CB8A1. Grayscale: #5B5B5B. Windows color (decimal): -8173730 or 6178691. OLE color: 6178691.

HSL color Cylindrical-coordinate representation of color #83475E: hue angle of 337º 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 #83475E is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1317194-
CMYK00.460.280.49
HSL337º29.7%39.61%-
HSV(B)337º45.8%51.37%-
XYZ13.6310.1411.83-
YUV91.56129.38156.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=44.26%
G=23.99%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131719400.460.280.4933729.739.61
Hex83475E02E1C311511e28
Octal20310713605634615213650
Binary100000111000111101111001011101110011000110101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83475E; }

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

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

<style>
 a { background-color: #83475E; }

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

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

<style>
 span { border-color: #83475E; }

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

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