#814370

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

Shades of Cosmic #814370

Tints of Cosmic #814370

Color information

#814370 (or 0x814370) is unknown color: approx Cosmic. HEX triplet: 81, 43 and 70. RGB value is (129,67,112). Sum of RGB (Red+Green+Blue) = 129+67+112=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #814370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814370 is #7EBC8F. Grayscale: #5A5A5A. Windows color (decimal): -8305808 or 7357313. OLE color: 7357313.

HSL color Cylindrical-coordinate representation of color #814370: hue angle of 316.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814370 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12967112-
CMYK00.480.130.49
HSL316.45º31.63%38.43%-
HSV(B)316.45º48.06%50.59%-
XYZ13.999.8516.49-
YUV90.67140.04155.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=41.88%
G=21.75%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296711200.480.130.49316.4531.6338.43
Hex814370030D3113c2026
Octal20110316006015614744046
Binary100000011000011111000001100001101110001100111100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814370; }

 p { color: rgb(129,67,112); }

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

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

 a { background-color: rgb(129,67,112); }

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

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

 span { border-color: rgb(129,67,112); }

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