#814968

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

Shades of Cosmic #814968

Tints of Cosmic #814968

Color information

#814968 (or 0x814968) is unknown color: approx Cosmic. HEX triplet: 81, 49 and 68. RGB value is (129,73,104). Sum of RGB (Red+Green+Blue) = 129+73+104=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #814968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814968 is #7EB697. Grayscale: #5D5D5D. Windows color (decimal): -8304280 or 6834561. OLE color: 6834561.

HSL color Cylindrical-coordinate representation of color #814968: hue angle of 326.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814968 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12973104-
CMYK00.430.190.49
HSL326.79º27.72%39.61%-
HSV(B)326.79º43.41%50.59%-
XYZ13.9310.4314.38-
YUV93.28134.05153.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=42.16%
G=23.86%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297310400.430.190.49326.7927.7239.61
Hex81496802B13311471c28
Octal20111115005323615073450
Binary100000011001001110100001010111001111000110100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814968; }

 p { color: rgb(129,73,104); }

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

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

 a { background-color: rgb(129,73,104); }

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

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

 span { border-color: rgb(129,73,104); }

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