#814460

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

Shades of Cosmic #814460

Tints of Cosmic #814460

Color information

#814460 (or 0x814460) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 60. RGB value is (129,68,96). Sum of RGB (Red+Green+Blue) = 129+68+96=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #814460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814460 is #7EBB9F. Grayscale: #595959. Windows color (decimal): -8305568 or 6308993. OLE color: 6308993.

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

Color convert

RGB1296896-
CMYK00.470.260.49
HSL332.46º30.96%38.63%-
HSV(B)332.46º47.29%50.59%-
XYZ13.239.6512.23-
YUV89.43131.71156.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=44.03%
G=23.21%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129689600.470.260.49332.4630.9638.63
Hex81446002F1A3114c1f27
Octal20110414005732615143747
Binary100000011000100110000001011111101011000110100110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814460; }

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

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

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

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

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

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

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

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