#813665

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

Shades of Cosmic #813665

Tints of Cosmic #813665

Color information

#813665 (or 0x813665) is unknown color: approx Cosmic. HEX triplet: 81, 36 and 65. RGB value is (129,54,101). Sum of RGB (Red+Green+Blue) = 129+54+101=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #813665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813665 is #7EC99A. Grayscale: #515151. Windows color (decimal): -8309147 or 6633089. OLE color: 6633089.

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

Color convert

RGB12954101-
CMYK00.580.220.49
HSL322.4º40.98%35.88%-
HSV(B)322.4º58.14%50.59%-
XYZ12.728.2513.23-
YUV81.78138.85161.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=45.42%
G=19.01%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295410100.580.220.49322.440.9835.88
Hex81366503A16311422924
Octal2016614507226615025144
Binary100000011101101100101011101010110110001101000010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813665; }

 p { color: rgb(129,54,101); }

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

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

 a { background-color: rgb(129,54,101); }

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

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

 span { border-color: rgb(129,54,101); }

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