#815467

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

Shades of Cosmic #815467

Tints of Cosmic #815467

Color information

#815467 (or 0x815467) is unknown color: approx Cosmic. HEX triplet: 81, 54 and 67. RGB value is (129,84,103). Sum of RGB (Red+Green+Blue) = 129+84+103=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #815467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815467 is #7EAB98. Grayscale: #636363. Windows color (decimal): -8301465 or 6771841. OLE color: 6771841.

HSL color Cylindrical-coordinate representation of color #815467: hue angle of 334.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815467 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB12984103-
CMYK00.350.200.49
HSL334.67º21.13%41.76%-
HSV(B)334.67º34.88%50.59%-
XYZ14.6711.9914.37-
YUV99.62129.91148.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=40.82%
G=26.58%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298410300.350.200.49334.6721.1341.76
Hex815467023143114f152a
Octal20112414704324615172552
Binary100000011010100110011101000111010011000110100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815467; }

 p { color: rgb(129,84,103); }

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

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

 a { background-color: rgb(129,84,103); }

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

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

 span { border-color: rgb(129,84,103); }

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