Html Css Color HEX #84205B Rose Bud Cherry

📋 copy color: '#84205B'

red 132 ◦ green 32 ◦ blue 91

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

Shades of Rose Bud Cherry #84205B

Tints of Rose Bud Cherry #84205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 51.76%
G = 12.55%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84205B (or 0x84205B) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 5B. RGB value is (132,32,91). Sum of RGB (Red+Green+Blue) = 132+32+91=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #84205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84205B is #7BDFA4. Grayscale: #444444. Windows color (decimal): -8118181 or 5972100. OLE color: 5972100.

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

Color convert

RGB 132 32 91 -
CMYK 0 0.76 0.31 0.48
HSL 324.6º 0.61% 0.32% -
HSV(B) 324.6º 0.76% 0.52% -
XYZ 11.92 6.69 10.56 -
YUV 68.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 132 32 91 0 0.76 0.31 0.48 324.6 0.61 0.32
Hex 84 20 5B 0 4C 1F 30 145 3D 20
Octal 204 40 133 0 114 37 60 505 75 40
Binary 10000100 100000 1011011 0 1001100 11111 110000 101000101 111101 100000

Color Harmonies of #84205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84205B

Black with #84205B

Text Example


Text Example

White with #84205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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