Html Css Color HEX #84485D Cosmic

📋 copy color: '#84485D'

red 132 ◦ green 72 ◦ blue 93

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

Shades of Cosmic #84485D

Tints of Cosmic #84485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 44.44%
G = 24.24%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84485D (or 0x84485D) is known color: Cosmic. HEX triplet: 84, 48 and 5D. RGB value is (132,72,93). Sum of RGB (Red+Green+Blue) = 132+72+93=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84485D is #7BB7A2. Grayscale: #5C5C5C. Windows color (decimal): -8107939 or 6113412. OLE color: 6113412.

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

Color convert

RGB 132 72 93 -
CMYK 0 0.45 0.30 0.48
HSL 339º 0.29% 0.4% -
HSV(B) 339º 0.45% 0.52% -
XYZ 13.81 10.33 11.62 -
YUV 92.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 132 72 93 0 0.45 0.30 0.48 339 0.29 0.4
Hex 84 48 5D 0 2D 1E 30 153 1D 28
Octal 204 110 135 0 55 36 60 523 35 50
Binary 10000100 1001000 1011101 0 101101 11110 110000 101010011 11101 101000

Color Harmonies of #84485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84485D

Black with #84485D

Text Example


Text Example

White with #84485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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