#83466E

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

Shades of Cosmic #83466E

Tints of Cosmic #83466E

Color information

#83466E (or 0x83466E) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 6E. RGB value is (131,70,110). Sum of RGB (Red+Green+Blue) = 131+70+110=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466E is #7CB991. Grayscale: #5C5C5C. Windows color (decimal): -8173970 or 7227011. OLE color: 7227011.

HSL color Cylindrical-coordinate representation of color #83466E: hue angle of 320.66º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83466E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13170110-
CMYK00.470.160.49
HSL320.66º30.35%39.41%-
HSV(B)320.66º46.56%51.37%-
XYZ14.3610.3315.99-
YUV92.8137.71155.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=42.12%
G=22.51%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317011000.470.160.49320.6630.3539.41
Hex83466E02F10311411e27
Octal20310615605720615013647
Binary100000111000110110111001011111000011000110100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,70,110); }

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

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

 a { background-color: rgb(131,70,110); }

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

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

 span { border-color: rgb(131,70,110); }

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