#814271

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

Shades of Cosmic #814271

Tints of Cosmic #814271

Color information

#814271 (or 0x814271) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 71. RGB value is (129,66,113). Sum of RGB (Red+Green+Blue) = 129+66+113=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #814271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814271 is #7EBD8E. Grayscale: #5A5A5A. Windows color (decimal): -8306063 or 7422593. OLE color: 7422593.

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

Color convert

RGB12966113-
CMYK00.490.120.49
HSL315.24º32.31%38.24%-
HSV(B)315.24º48.84%50.59%-
XYZ13.989.7616.77-
YUV90.2140.87155.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=41.88%
G=21.43%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296611300.490.120.49315.2432.3138.24
Hex814271031C3113b2026
Octal20110216106114614734046
Binary100000011000010111000101100011100110001100111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814271; }

 p { color: rgb(129,66,113); }

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

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

 a { background-color: rgb(129,66,113); }

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

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

 span { border-color: rgb(129,66,113); }

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