#81506C

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

Shades of Cosmic #81506C

Tints of Cosmic #81506C

Color information

#81506C (or 0x81506C) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 6C. RGB value is (129,80,108). Sum of RGB (Red+Green+Blue) = 129+80+108=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81506C is #7EAF93. Grayscale: #616161. Windows color (decimal): -8302484 or 7098497. OLE color: 7098497.

HSL color Cylindrical-coordinate representation of color #81506C: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81506C is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12980108-
CMYK00.380.160.49
HSL325.71º23.44%40.98%-
HSV(B)325.71º37.98%50.59%-
XYZ14.6311.4915.63-
YUV97.84133.73150.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=40.69%
G=25.24%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298010800.380.160.49325.7123.4440.98
Hex81506C02610311461729
Octal20112015404620615062751
Binary100000011010000110110001001101000011000110100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,80,108); }

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

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

 a { background-color: rgb(129,80,108); }

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

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

 span { border-color: rgb(129,80,108); }

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