Html Css Color HEX #84204E Rose Bud Cherry

📋 copy color: '#84204E'

red 132 ◦ green 32 ◦ blue 78

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

Shades of Rose Bud Cherry #84204E

Tints of Rose Bud Cherry #84204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 54.55%
G = 13.22%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#84204E (or 0x84204E) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 4E. RGB value is (132,32,78). Sum of RGB (Red+Green+Blue) = 132+32+78=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84204E is #7BDFB1. Grayscale: #434343. Windows color (decimal): -8118194 or 5120132. OLE color: 5120132.

HSL color Cylindrical-coordinate representation of color #84204E: hue angle of 332.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 #84204E is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 78 -
CMYK 0 0.76 0.41 0.48
HSL 332.4º 0.61% 0.32% -
HSV(B) 332.4º 0.76% 0.52% -
XYZ 11.41 6.49 7.86 -
YUV 67.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 132 32 78 0 0.76 0.41 0.48 332.4 0.61 0.32
Hex 84 20 4E 0 4C 29 30 14C 3D 20
Octal 204 40 116 0 114 51 60 514 75 40
Binary 10000100 100000 1001110 0 1001100 101001 110000 101001100 111101 100000

Color Harmonies of #84204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84204E

Black with #84204E

Text Example


Text Example

White with #84204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84204E; }

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

 H1.HeaderClassName
 {
   color: #84204E;
 }
 .AnyTagClassName
 {
   color: #84204E;
 }
</style>

background-color css

<style>
 a { background-color: #84204E; }

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

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

border-color css

<style>
 span { border-color: #84204E; }

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

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