Html Css Color HEX #844861 Cosmic

📋 copy color: '#844861'

red 132 ◦ green 72 ◦ blue 97

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

Shades of Cosmic #844861

Tints of Cosmic #844861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 43.85%
G = 23.92%
B = 32.23%

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

#844861 (or 0x844861) is known color: Cosmic. HEX triplet: 84, 48 and 61. RGB value is (132,72,97). Sum of RGB (Red+Green+Blue) = 132+72+97=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844861 is #7BB79E. Grayscale: #5C5C5C. Windows color (decimal): -8107935 or 6375556. OLE color: 6375556.

HSL color Cylindrical-coordinate representation of color #844861: hue angle of 335º 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 #844861 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 97 -
CMYK 0 0.45 0.27 0.48
HSL 335º 0.29% 0.4% -
HSV(B) 335º 0.45% 0.52% -
XYZ 13.99 10.4 12.58 -
YUV 92.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 132 72 97 0 0.45 0.27 0.48 335 0.29 0.4
Hex 84 48 61 0 2D 1B 30 14F 1D 28
Octal 204 110 141 0 55 33 60 517 35 50
Binary 10000100 1001000 1100001 0 101101 11011 110000 101001111 11101 101000

Color Harmonies of #844861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844861

Black with #844861

Text Example


Text Example

White with #844861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844861; }

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

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

background-color css

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

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

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

border-color css

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

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

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