Html Css Color HEX #84205D Rose Bud Cherry

📋 copy color: '#84205D'

red 132 ◦ green 32 ◦ blue 93

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

Shades of Rose Bud Cherry #84205D

Tints of Rose Bud Cherry #84205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

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

R = 51.36%
G = 12.45%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84205D (or 0x84205D) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 5D. RGB value is (132,32,93). Sum of RGB (Red+Green+Blue) = 132+32+93=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84205D is #7BDFA2. Grayscale: #444444. Windows color (decimal): -8118179 or 6103172. OLE color: 6103172.

HSL color Cylindrical-coordinate representation of color #84205D: hue angle of 323.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84205D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 93 -
CMYK 0 0.76 0.30 0.48
HSL 323.4º 0.61% 0.32% -
HSV(B) 323.4º 0.76% 0.52% -
XYZ 12.01 6.73 11.02 -
YUV 68.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 132 32 93 0 0.76 0.30 0.48 323.4 0.61 0.32
Hex 84 20 5D 0 4C 1E 30 143 3D 20
Octal 204 40 135 0 114 36 60 503 75 40
Binary 10000100 100000 1011101 0 1001100 11110 110000 101000011 111101 100000

Color Harmonies of #84205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84205D

Black with #84205D

Text Example


Text Example

White with #84205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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