Html Css Color HEX #844161 Cosmic

📋 copy color: '#844161'

red 132 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #844161

Tints of Cosmic #844161

RGB

 RED value IS 132 (51.95% from 255) = 44.9%

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

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

R = 44.9%
G = 22.11%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844161 (or 0x844161) is known color: Cosmic. HEX triplet: 84, 41 and 61. RGB value is (132,65,97). Sum of RGB (Red+Green+Blue) = 132+65+97=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #844161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844161 is #7BBE9E. Grayscale: #585858. Windows color (decimal): -8109727 or 6373764. OLE color: 6373764.

HSL color Cylindrical-coordinate representation of color #844161: hue angle of 331.34º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844161 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 97 -
CMYK 0 0.51 0.27 0.48
HSL 331.34º 0.34% 0.39% -
HSV(B) 331.34º 0.51% 0.52% -
XYZ 13.56 9.55 12.44 -
YUV 88.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 132 65 97 0 0.51 0.27 0.48 331.34 0.34 0.39
Hex 84 41 61 0 33 1B 30 14B 22 27
Octal 204 101 141 0 63 33 60 513 42 47
Binary 10000100 1000001 1100001 0 110011 11011 110000 101001011 100010 100111

Color Harmonies of #844161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844161

Black with #844161

Text Example


Text Example

White with #844161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844161; }

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

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

background-color css

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

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

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

border-color css

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

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

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