Html Css Color HEX #844860 Cosmic

📋 copy color: '#844860'

red 132 ◦ green 72 ◦ blue 96

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

Shades of Cosmic #844860

Tints of Cosmic #844860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32%

R = 44%
G = 24%
B = 32%

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

#844860 (or 0x844860) is known color: Cosmic. HEX triplet: 84, 48 and 60. RGB value is (132,72,96). Sum of RGB (Red+Green+Blue) = 132+72+96=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844860 is #7BB79F. Grayscale: #5C5C5C. Windows color (decimal): -8107936 or 6310020. OLE color: 6310020.

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

Color convert

RGB 132 72 96 -
CMYK 0 0.45 0.27 0.48
HSL 336º 0.29% 0.4% -
HSV(B) 336º 0.45% 0.52% -
XYZ 13.94 10.38 12.34 -
YUV 92.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 132 72 96 0 0.45 0.27 0.48 336 0.29 0.4
Hex 84 48 60 0 2D 1B 30 150 1D 28
Octal 204 110 140 0 55 33 60 520 35 50
Binary 10000100 1001000 1100000 0 101101 11011 110000 101010000 11101 101000

Color Harmonies of #844860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844860

Black with #844860

Text Example


Text Example

White with #844860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844860; }

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

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

background-color css

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

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

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

border-color css

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

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

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