#813869

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

Shades of Cosmic #813869

Tints of Cosmic #813869

Color information

#813869 (or 0x813869) is unknown color: approx Cosmic. HEX triplet: 81, 38 and 69. RGB value is (129,56,105). Sum of RGB (Red+Green+Blue) = 129+56+105=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #813869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813869 is #7EC796. Grayscale: #535353. Windows color (decimal): -8308631 or 6895745. OLE color: 6895745.

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

Color convert

RGB12956105-
CMYK00.570.190.49
HSL319.73º39.46%36.27%-
HSV(B)319.73º56.59%50.59%-
XYZ13.028.5214.32-
YUV83.41140.18160.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=44.48%
G=19.31%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295610500.570.190.49319.7339.4636.27
Hex81386903913311402724
Octal2017015107123615004744
Binary100000011110001101001011100110011110001101000000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813869; }

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

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

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

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

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

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

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

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