Html Css Color HEX #84496B Cosmic

📋 copy color: '#84496B'

red 132 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #84496B

Tints of Cosmic #84496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 42.31%
G = 23.4%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84496B (or 0x84496B) is known color: Cosmic. HEX triplet: 84, 49 and 6B. RGB value is (132,73,107). Sum of RGB (Red+Green+Blue) = 132+73+107=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84496B is #7BB694. Grayscale: #5E5E5E. Windows color (decimal): -8107669 or 7031172. OLE color: 7031172.

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

Color convert

RGB 132 73 107 -
CMYK 0 0.45 0.19 0.48
HSL 325.42º 0.29% 0.4% -
HSV(B) 325.42º 0.45% 0.52% -
XYZ 14.55 10.73 15.21 -
YUV 94.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 132 73 107 0 0.45 0.19 0.48 325.42 0.29 0.4
Hex 84 49 6B 0 2D 13 30 145 1D 28
Octal 204 111 153 0 55 23 60 505 35 50
Binary 10000100 1001001 1101011 0 101101 10011 110000 101000101 11101 101000

Color Harmonies of #84496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84496B

Black with #84496B

Text Example


Text Example

White with #84496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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