#814360

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

Shades of Cosmic #814360

Tints of Cosmic #814360

Color information

#814360 (or 0x814360) is unknown color: approx Cosmic. HEX triplet: 81, 43 and 60. RGB value is (129,67,96). Sum of RGB (Red+Green+Blue) = 129+67+96=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #814360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814360 is #7EBC9F. Grayscale: #585858. Windows color (decimal): -8305824 or 6308737. OLE color: 6308737.

HSL color Cylindrical-coordinate representation of color #814360: hue angle of 331.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814360 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1296796-
CMYK00.480.260.49
HSL331.94º31.63%38.43%-
HSV(B)331.94º48.06%50.59%-
XYZ13.179.5312.21-
YUV88.84132.04156.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=44.18%
G=22.95%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129679600.480.260.49331.9431.6338.43
Hex8143600301A3114c2026
Octal20110314006032615144046
Binary1000000110000111100000011000011010110001101001100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814360; }

 p { color: rgb(129,67,96); }

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

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

 a { background-color: rgb(129,67,96); }

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

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

 span { border-color: rgb(129,67,96); }

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