#814167

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

Shades of Cosmic #814167

Tints of Cosmic #814167

Color information

#814167 (or 0x814167) is unknown color: approx Cosmic. HEX triplet: 81, 41 and 67. RGB value is (129,65,103). Sum of RGB (Red+Green+Blue) = 129+65+103=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814167 is #7EBE98. Grayscale: #585858. Windows color (decimal): -8306329 or 6766977. OLE color: 6766977.

HSL color Cylindrical-coordinate representation of color #814167: hue angle of 324.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814167 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB12965103-
CMYK00.500.200.49
HSL324.38º32.99%38.04%-
HSV(B)324.38º49.61%50.59%-
XYZ13.399.4313.95-
YUV88.47136.2156.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=43.43%
G=21.89%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296510300.500.200.49324.3832.9938.04
Hex81416703214311442126
Octal20110114706224615044146
Binary1000000110000011100111011001010100110001101000100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814167; }

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

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

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

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

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

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

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

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