Html Css Color HEX #814060 Cosmic

📋 copy color: '#814060'

red 129 ◦ green 64 ◦ blue 96

#814060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #814060

Tints of Cosmic #814060

RGB

 RED value IS 129 (50.78% from 255) = 44.64%

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 44.64%
G = 22.15%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#814060 (or 0x814060) is known color: Cosmic. HEX triplet: 81, 40 and 60. RGB value is (129,64,96). Sum of RGB (Red+Green+Blue) = 129+64+96=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #814060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814060 is #7EBF9F. Grayscale: #575757. Windows color (decimal): -8306592 or 6307969. OLE color: 6307969.

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

Color convert

RGB 129 64 96 -
CMYK 0 0.50 0.26 0.49
HSL 330.46º 0.34% 0.38% -
HSV(B) 330.46º 0.5% 0.51% -
XYZ 13 9.18 12.15 -
YUV 87.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 129 64 96 0 0.50 0.26 0.49 330.46 0.34 0.38
Hex 81 40 60 0 32 1A 31 14A 22 26
Octal 201 100 140 0 62 32 61 512 42 46
Binary 10000001 1000000 1100000 0 110010 11010 110001 101001010 100010 100110

Color Harmonies of #814060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814060

Black with #814060

Text Example


Text Example

White with #814060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814060; }

 p { color: rgb(129,64,96); }

 H1.HeaderClassName
 {
   color: #814060;
 }
 .AnyTagClassName
 {
   color: #814060;
 }
</style>

background-color css

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

 a { background-color: rgb(129,64,96); }

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

border-color css

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

 span { border-color: rgb(129,64,96); }

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