#83536C

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

Shades of Cosmic #83536C

Tints of Cosmic #83536C

Color information

#83536C (or 0x83536C) is unknown color: approx Cosmic. HEX triplet: 83, 53 and 6C. RGB value is (131,83,108). Sum of RGB (Red+Green+Blue) = 131+83+108=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83536C is #7CAC93. Grayscale: #646464. Windows color (decimal): -8170644 or 7099267. OLE color: 7099267.

HSL color Cylindrical-coordinate representation of color #83536C: hue angle of 328.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83536C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13183108-
CMYK00.370.180.49
HSL328.75º22.43%41.96%-
HSV(B)328.75º36.64%51.37%-
XYZ15.1612.0915.72-
YUV100.2132.4149.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=40.68%
G=25.78%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318310800.370.180.49328.7522.4341.96
Hex83536C0251231149162a
Octal20312315404522615112652
Binary100000111010011110110001001011001011000110100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83536C; }

 p { color: rgb(131,83,108); }

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

<style>
 a { background-color: #83536C; }

 a { background-color: rgb(131,83,108); }

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

<style>
 span { border-color: #83536C; }

 span { border-color: rgb(131,83,108); }

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