Html Css Color HEX #814061 Cosmic

📋 copy color: '#814061'

red 129 ◦ green 64 ◦ blue 97

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

Shades of Cosmic #814061

Tints of Cosmic #814061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 44.48%
G = 22.07%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#814061 (or 0x814061) is known color: Cosmic. HEX triplet: 81, 40 and 61. RGB value is (129,64,97). Sum of RGB (Red+Green+Blue) = 129+64+97=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #814061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814061 is #7EBF9E. Grayscale: #575757. Windows color (decimal): -8306591 or 6373505. OLE color: 6373505.

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

Color convert

RGB 129 64 97 -
CMYK 0 0.50 0.25 0.49
HSL 329.54º 0.34% 0.38% -
HSV(B) 329.54º 0.5% 0.51% -
XYZ 13.04 9.2 12.4 -
YUV 87.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 129 64 97 0 0.50 0.25 0.49 329.54 0.34 0.38
Hex 81 40 61 0 32 19 31 14A 22 26
Octal 201 100 141 0 62 31 61 512 42 46
Binary 10000001 1000000 1100001 0 110010 11001 110001 101001010 100010 100110

Color Harmonies of #814061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814061

Black with #814061

Text Example


Text Example

White with #814061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814061; }

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

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

background-color css

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

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

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

border-color css

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

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

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