Html Css Color HEX #84215E Rose Bud Cherry

📋 copy color: '#84215E'

red 132 ◦ green 33 ◦ blue 94

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

Shades of Rose Bud Cherry #84215E

Tints of Rose Bud Cherry #84215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 50.97%
G = 12.74%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84215E (or 0x84215E) is known color: Rose Bud Cherry. HEX triplet: 84, 21 and 5E. RGB value is (132,33,94). Sum of RGB (Red+Green+Blue) = 132+33+94=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84215E is #7BDEA1. Grayscale: #454545. Windows color (decimal): -8117922 or 6168964. OLE color: 6168964.

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

Color convert

RGB 132 33 94 -
CMYK 0 0.75 0.29 0.48
HSL 323.03º 0.6% 0.32% -
HSV(B) 323.03º 0.75% 0.52% -
XYZ 12.08 6.8 11.27 -
YUV 69.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 132 33 94 0 0.75 0.29 0.48 323.03 0.6 0.32
Hex 84 21 5E 0 4B 1D 30 143 3C 20
Octal 204 41 136 0 113 35 60 503 74 40
Binary 10000100 100001 1011110 0 1001011 11101 110000 101000011 111100 100000

Color Harmonies of #84215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84215E

Black with #84215E

Text Example


Text Example

White with #84215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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