Html Css Color HEX #844961 Cosmic

📋 copy color: '#844961'

red 132 ◦ green 73 ◦ blue 97

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

Shades of Cosmic #844961

Tints of Cosmic #844961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

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

R = 43.71%
G = 24.17%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844961 (or 0x844961) is known color: Cosmic. HEX triplet: 84, 49 and 61. RGB value is (132,73,97). Sum of RGB (Red+Green+Blue) = 132+73+97=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844961 is #7BB69E. Grayscale: #5D5D5D. Windows color (decimal): -8107679 or 6375812. OLE color: 6375812.

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

Color convert

RGB 132 73 97 -
CMYK 0 0.45 0.27 0.48
HSL 335.59º 0.29% 0.4% -
HSV(B) 335.59º 0.45% 0.52% -
XYZ 14.06 10.53 12.6 -
YUV 93.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 132 73 97 0 0.45 0.27 0.48 335.59 0.29 0.4
Hex 84 49 61 0 2D 1B 30 150 1D 28
Octal 204 111 141 0 55 33 60 520 35 50
Binary 10000100 1001001 1100001 0 101101 11011 110000 101010000 11101 101000

Color Harmonies of #844961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844961

Black with #844961

Text Example


Text Example

White with #844961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844961; }

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

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

background-color css

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

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

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

border-color css

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

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

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