#83466A

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

Shades of Cosmic #83466A

Tints of Cosmic #83466A

Color information

#83466A (or 0x83466A) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 6A. RGB value is (131,70,106). Sum of RGB (Red+Green+Blue) = 131+70+106=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466A is #7CB995. Grayscale: #5C5C5C. Windows color (decimal): -8173974 or 6964867. OLE color: 6964867.

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

Color convert

RGB13170106-
CMYK00.470.190.49
HSL324.59º30.35%39.41%-
HSV(B)324.59º46.56%51.37%-
XYZ14.1510.2514.87-
YUV92.34135.71155.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=42.67%
G=22.80%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317010600.470.190.49324.5930.3539.41
Hex83466A02F13311451e27
Octal20310615205723615053647
Binary100000111000110110101001011111001111000110100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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