Html Css Color HEX #804161 Cosmic

📋 copy color: '#804161'

red 128 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #804161

Tints of Cosmic #804161

RGB

 RED value IS 128 (50.39% from 255) = 44.14%

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 44.14%
G = 22.41%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#804161 (or 0x804161) is known color: Cosmic. HEX triplet: 80, 41 and 61. RGB value is (128,65,97). Sum of RGB (Red+Green+Blue) = 128+65+97=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #804161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804161 is #7FBE9E. Grayscale: #575757. Windows color (decimal): -8371871 or 6373760. OLE color: 6373760.

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

Color convert

RGB 128 65 97 -
CMYK 0 0.49 0.24 0.50
HSL 329.52º 0.33% 0.38% -
HSV(B) 329.52º 0.49% 0.5% -
XYZ 12.95 9.23 12.41 -
YUV 87.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 128 65 97 0 0.49 0.24 0.50 329.52 0.33 0.38
Hex 80 41 61 0 31 18 32 14A 21 26
Octal 200 101 141 0 61 30 62 512 41 46
Binary 10000000 1000001 1100001 0 110001 11000 110010 101001010 100001 100110

Color Harmonies of #804161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804161

Black with #804161

Text Example


Text Example

White with #804161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804161; }

 p { color: rgb(128,65,97); }

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

background-color css

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

 a { background-color: rgb(128,65,97); }

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

border-color css

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

 span { border-color: rgb(128,65,97); }

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