Html Css Color HEX #84496F Cosmic

📋 copy color: '#84496F'

red 132 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #84496F

Tints of Cosmic #84496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 41.77%
G = 23.1%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84496F (or 0x84496F) is known color: Cosmic. HEX triplet: 84, 49 and 6F. RGB value is (132,73,111). Sum of RGB (Red+Green+Blue) = 132+73+111=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #84496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84496F is #7BB690. Grayscale: #5E5E5E. Windows color (decimal): -8107665 or 7293316. OLE color: 7293316.

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

Color convert

RGB 132 73 111 -
CMYK 0 0.45 0.16 0.48
HSL 321.36º 0.29% 0.4% -
HSV(B) 321.36º 0.45% 0.52% -
XYZ 14.77 10.82 16.35 -
YUV 94.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 132 73 111 0 0.45 0.16 0.48 321.36 0.29 0.4
Hex 84 49 6F 0 2D 10 30 141 1D 28
Octal 204 111 157 0 55 20 60 501 35 50
Binary 10000100 1001001 1101111 0 101101 10000 110000 101000001 11101 101000

Color Harmonies of #84496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84496F

Black with #84496F

Text Example


Text Example

White with #84496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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