Html Css Color HEX #84205F Rose Bud Cherry

📋 copy color: '#84205F'

red 132 ◦ green 32 ◦ blue 95

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

Shades of Rose Bud Cherry #84205F

Tints of Rose Bud Cherry #84205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 50.97%
G = 12.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84205F (or 0x84205F) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 5F. RGB value is (132,32,95). Sum of RGB (Red+Green+Blue) = 132+32+95=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84205F is #7BDFA0. Grayscale: #444444. Windows color (decimal): -8118177 or 6234244. OLE color: 6234244.

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

Color convert

RGB 132 32 95 -
CMYK 0 0.76 0.28 0.48
HSL 322.2º 0.61% 0.32% -
HSV(B) 322.2º 0.76% 0.52% -
XYZ 12.1 6.76 11.49 -
YUV 69.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 132 32 95 0 0.76 0.28 0.48 322.2 0.61 0.32
Hex 84 20 5F 0 4C 1C 30 142 3D 20
Octal 204 40 137 0 114 34 60 502 75 40
Binary 10000100 100000 1011111 0 1001100 11100 110000 101000010 111101 100000

Color Harmonies of #84205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84205F

Black with #84205F

Text Example


Text Example

White with #84205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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