Html Css Color HEX #84214F Rose Bud Cherry

📋 copy color: '#84214F'

red 132 ◦ green 33 ◦ blue 79

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

Shades of Rose Bud Cherry #84214F

Tints of Rose Bud Cherry #84214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 54.1%
G = 13.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84214F (or 0x84214F) is known color: Rose Bud Cherry. HEX triplet: 84, 21 and 4F. RGB value is (132,33,79). Sum of RGB (Red+Green+Blue) = 132+33+79=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84214F is #7BDEB0. Grayscale: #434343. Windows color (decimal): -8117937 or 5185924. OLE color: 5185924.

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

Color convert

RGB 132 33 79 -
CMYK 0 0.75 0.40 0.48
HSL 332.12º 0.6% 0.32% -
HSV(B) 332.12º 0.75% 0.52% -
XYZ 11.47 6.56 8.06 -
YUV 67.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 132 33 79 0 0.75 0.40 0.48 332.12 0.6 0.32
Hex 84 21 4F 0 4B 28 30 14C 3C 20
Octal 204 41 117 0 113 50 60 514 74 40
Binary 10000100 100001 1001111 0 1001011 101000 110000 101001100 111100 100000

Color Harmonies of #84214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84214F

Black with #84214F

Text Example


Text Example

White with #84214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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