Html Css Color HEX #84215F Rose Bud Cherry

📋 copy color: '#84215F'

red 132 ◦ green 33 ◦ blue 95

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

Shades of Rose Bud Cherry #84215F

Tints of Rose Bud Cherry #84215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 50.77%
G = 12.69%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84215F (or 0x84215F) is known color: Rose Bud Cherry. HEX triplet: 84, 21 and 5F. RGB value is (132,33,95). Sum of RGB (Red+Green+Blue) = 132+33+95=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84215F is #7BDEA0. Grayscale: #454545. Windows color (decimal): -8117921 or 6234500. OLE color: 6234500.

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

Color convert

RGB 132 33 95 -
CMYK 0 0.75 0.28 0.48
HSL 322.42º 0.6% 0.32% -
HSV(B) 322.42º 0.75% 0.52% -
XYZ 12.13 6.82 11.5 -
YUV 69.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 132 33 95 0 0.75 0.28 0.48 322.42 0.6 0.32
Hex 84 21 5F 0 4B 1C 30 142 3C 20
Octal 204 41 137 0 113 34 60 502 74 40
Binary 10000100 100001 1011111 0 1001011 11100 110000 101000010 111100 100000

Color Harmonies of #84215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84215F

Black with #84215F

Text Example


Text Example

White with #84215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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