Html Css Color HEX #84375F Rose Bud Cherry

📋 copy color: '#84375F'

red 132 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #84375F

Tints of Rose Bud Cherry #84375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

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

R = 46.81%
G = 19.5%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84375F (or 0x84375F) is known color: Rose Bud Cherry. HEX triplet: 84, 37 and 5F. RGB value is (132,55,95). Sum of RGB (Red+Green+Blue) = 132+55+95=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84375F is #7BC8A0. Grayscale: #525252. Windows color (decimal): -8112289 or 6240132. OLE color: 6240132.

HSL color Cylindrical-coordinate representation of color #84375F: hue angle of 328.83º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84375F is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 95 -
CMYK 0 0.58 0.28 0.48
HSL 328.83º 0.41% 0.37% -
HSV(B) 328.83º 0.58% 0.52% -
XYZ 12.95 8.46 11.78 -
YUV 82.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 132 55 95 0 0.58 0.28 0.48 328.83 0.41 0.37
Hex 84 37 5F 0 3A 1C 30 149 29 25
Octal 204 67 137 0 72 34 60 511 51 45
Binary 10000100 110111 1011111 0 111010 11100 110000 101001001 101001 100101

Color Harmonies of #84375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84375F

Black with #84375F

Text Example


Text Example

White with #84375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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