#814563

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

Shades of Cosmic #814563

Tints of Cosmic #814563

Color information

#814563 (or 0x814563) is unknown color: approx Cosmic. HEX triplet: 81, 45 and 63. RGB value is (129,69,99). Sum of RGB (Red+Green+Blue) = 129+69+99=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814563 is #7EBA9C. Grayscale: #5A5A5A. Windows color (decimal): -8305309 or 6505857. OLE color: 6505857.

HSL color Cylindrical-coordinate representation of color #814563: hue angle of 330º degrees, saturation: 0.3, 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 #814563 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1296999-
CMYK00.470.230.49
HSL330º30.3%38.82%-
HSV(B)330º46.51%50.59%-
XYZ13.439.8212.99-
YUV90.36132.88155.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=43.43%
G=23.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129699900.470.230.4933030.338.82
Hex81456302F173114a1e27
Octal20110514305727615123647
Binary100000011000101110001101011111011111000110100101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814563; }

 p { color: rgb(129,69,99); }

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

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

 a { background-color: rgb(129,69,99); }

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

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

 span { border-color: rgb(129,69,99); }

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