Html Css Color HEX #84215B Rose Bud Cherry

📋 copy color: '#84215B'

red 132 ◦ green 33 ◦ blue 91

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

Shades of Rose Bud Cherry #84215B

Tints of Rose Bud Cherry #84215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 51.56%
G = 12.89%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84215B (or 0x84215B) is known color: Rose Bud Cherry. HEX triplet: 84, 21 and 5B. RGB value is (132,33,91). Sum of RGB (Red+Green+Blue) = 132+33+91=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84215B is #7BDEA4. Grayscale: #454545. Windows color (decimal): -8117925 or 5972356. OLE color: 5972356.

HSL color Cylindrical-coordinate representation of color #84215B: hue angle of 324.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84215B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 91 -
CMYK 0 0.75 0.31 0.48
HSL 324.85º 0.6% 0.32% -
HSV(B) 324.85º 0.75% 0.52% -
XYZ 11.95 6.75 10.57 -
YUV 69.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 132 33 91 0 0.75 0.31 0.48 324.85 0.6 0.32
Hex 84 21 5B 0 4B 1F 30 145 3C 20
Octal 204 41 133 0 113 37 60 505 74 40
Binary 10000100 100001 1011011 0 1001011 11111 110000 101000101 111100 100000

Color Harmonies of #84215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84215B

Black with #84215B

Text Example


Text Example

White with #84215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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