#814261

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

Shades of Cosmic #814261

Tints of Cosmic #814261

Color information

#814261 (or 0x814261) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 61. RGB value is (129,66,97). Sum of RGB (Red+Green+Blue) = 129+66+97=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #814261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814261 is #7EBD9E. Grayscale: #585858. Windows color (decimal): -8306079 or 6374017. OLE color: 6374017.

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

Color convert

RGB1296697-
CMYK00.490.250.49
HSL330.48º32.31%38.24%-
HSV(B)330.48º48.84%50.59%-
XYZ13.169.4312.44-
YUV88.37132.87156.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=44.18%
G=22.60%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129669700.490.250.49330.4832.3138.24
Hex814261031193114a2026
Octal20110214106131615124046
Binary1000000110000101100001011000111001110001101001010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814261; }

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

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

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

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

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

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

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

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