#814569

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

Shades of Cosmic #814569

Tints of Cosmic #814569

Color information

#814569 (or 0x814569) is unknown color: approx Cosmic. HEX triplet: 81, 45 and 69. RGB value is (129,69,105). Sum of RGB (Red+Green+Blue) = 129+69+105=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #814569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814569 is #7EBA96. Grayscale: #5A5A5A. Windows color (decimal): -8305303 or 6899073. OLE color: 6899073.

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

Color convert

RGB12969105-
CMYK00.470.190.49
HSL324º30.3%38.82%-
HSV(B)324º46.51%50.59%-
XYZ13.739.9414.56-
YUV91.04135.88155.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=42.57%
G=22.77%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296910500.470.190.4932430.338.82
Hex81456902F13311441e27
Octal20110515105723615043647
Binary100000011000101110100101011111001111000110100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814569; }

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

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

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

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

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

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

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

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