#83466F

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

Shades of Cosmic #83466F

Tints of Cosmic #83466F

Color information

#83466F (or 0x83466F) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 6F. RGB value is (131,70,111). Sum of RGB (Red+Green+Blue) = 131+70+111=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466F is #7CB990. Grayscale: #5C5C5C. Windows color (decimal): -8173969 or 7292547. OLE color: 7292547.

HSL color Cylindrical-coordinate representation of color #83466F: hue angle of 319.67º 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 #83466F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13170111-
CMYK00.470.150.49
HSL319.67º30.35%39.41%-
HSV(B)319.67º46.56%51.37%-
XYZ14.4210.3516.28-
YUV92.91138.21155.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=41.99%
G=22.44%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317011100.470.150.49319.6730.3539.41
Hex83466F02FF311401e27
Octal20310615705717615003647
Binary10000011100011011011110101111111111000110100000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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