Html Css Color HEX #84325E Rose Bud Cherry

📋 copy color: '#84325E'

red 132 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #84325E

Tints of Rose Bud Cherry #84325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 47.83%
G = 18.12%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84325E (or 0x84325E) is known color: Rose Bud Cherry. HEX triplet: 84, 32 and 5E. RGB value is (132,50,94). Sum of RGB (Red+Green+Blue) = 132+50+94=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84325E is #7BCDA1. Grayscale: #4F4F4F. Windows color (decimal): -8113570 or 6173316. OLE color: 6173316.

HSL color Cylindrical-coordinate representation of color #84325E: hue angle of 327.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84325E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 94 -
CMYK 0 0.62 0.29 0.48
HSL 327.8º 0.45% 0.36% -
HSV(B) 327.8º 0.62% 0.52% -
XYZ 12.68 7.99 11.46 -
YUV 79.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 132 50 94 0 0.62 0.29 0.48 327.8 0.45 0.36
Hex 84 32 5E 0 3E 1D 30 148 2D 24
Octal 204 62 136 0 76 35 60 510 55 44
Binary 10000100 110010 1011110 0 111110 11101 110000 101001000 101101 100100

Color Harmonies of #84325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84325E

Black with #84325E

Text Example


Text Example

White with #84325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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