#813863

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

Shades of Cosmic #813863

Tints of Cosmic #813863

Color information

#813863 (or 0x813863) is unknown color: approx Cosmic. HEX triplet: 81, 38 and 63. RGB value is (129,56,99). Sum of RGB (Red+Green+Blue) = 129+56+99=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #813863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813863 is #7EC79C. Grayscale: #525252. Windows color (decimal): -8308637 or 6502529. OLE color: 6502529.

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

Color convert

RGB1295699-
CMYK00.570.230.49
HSL324.66º39.46%36.27%-
HSV(B)324.66º56.59%50.59%-
XYZ12.728.412.75-
YUV82.73137.18161-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=45.42%
G=19.72%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129569900.570.230.49324.6639.4636.27
Hex81386303917311452724
Octal2017014307127615054744
Binary100000011110001100011011100110111110001101000101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813863; }

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

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

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

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

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

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

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

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