#814863

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

Shades of Cosmic #814863

Tints of Cosmic #814863

Color information

#814863 (or 0x814863) is unknown color: approx Cosmic. HEX triplet: 81, 48 and 63. RGB value is (129,72,99). Sum of RGB (Red+Green+Blue) = 129+72+99=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #814863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814863 is #7EB79C. Grayscale: #5C5C5C. Windows color (decimal): -8304541 or 6506625. OLE color: 6506625.

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

Color convert

RGB1297299-
CMYK00.440.230.49
HSL331.58º28.36%39.41%-
HSV(B)331.58º44.19%50.59%-
XYZ13.6210.213.06-
YUV92.12131.88154.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 99 (39.06% from 255) = 33%
R=43%
G=24%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129729900.440.230.49331.5828.3639.41
Hex81486302C173114c1c27
Octal20111014305427615143447
Binary100000011001000110001101011001011111000110100110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814863; }

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

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

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

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

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

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

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

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