#814567

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

Shades of Cosmic #814567

Tints of Cosmic #814567

Color information

#814567 (or 0x814567) is unknown color: approx Cosmic. HEX triplet: 81, 45 and 67. RGB value is (129,69,103). Sum of RGB (Red+Green+Blue) = 129+69+103=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #814567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814567 is #7EBA98. Grayscale: #5A5A5A. Windows color (decimal): -8305305 or 6768001. OLE color: 6768001.

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

Color convert

RGB12969103-
CMYK00.470.200.49
HSL326º30.3%38.82%-
HSV(B)326º46.51%50.59%-
XYZ13.639.914.03-
YUV90.82134.88155.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=42.86%
G=22.92%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296910300.470.200.4932630.338.82
Hex81456702F14311461e27
Octal20110514705724615063647
Binary100000011000101110011101011111010011000110100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814567; }

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

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

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

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

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

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

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

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