Html Css Color HEX #84355B Rose Bud Cherry

📋 copy color: '#84355B'

red 132 ◦ green 53 ◦ blue 91

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

Shades of Rose Bud Cherry #84355B

Tints of Rose Bud Cherry #84355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 47.83%
G = 19.2%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84355B (or 0x84355B) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 5B. RGB value is (132,53,91). Sum of RGB (Red+Green+Blue) = 132+53+91=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84355B is #7BCAA4. Grayscale: #505050. Windows color (decimal): -8112805 or 5977476. OLE color: 5977476.

HSL color Cylindrical-coordinate representation of color #84355B: hue angle of 331.14º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84355B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 91 -
CMYK 0 0.60 0.31 0.48
HSL 331.14º 0.43% 0.36% -
HSV(B) 331.14º 0.6% 0.52% -
XYZ 12.68 8.21 10.81 -
YUV 80.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 132 53 91 0 0.60 0.31 0.48 331.14 0.43 0.36
Hex 84 35 5B 0 3C 1F 30 14B 2B 24
Octal 204 65 133 0 74 37 60 513 53 44
Binary 10000100 110101 1011011 0 111100 11111 110000 101001011 101011 100100

Color Harmonies of #84355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84355B

Black with #84355B

Text Example


Text Example

White with #84355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84355B; }

 p { color: rgb(132,53,91); }

 H1.HeaderClassName
 {
   color: #84355B;
 }
 .AnyTagClassName
 {
   color: #84355B;
 }
</style>

background-color css

<style>
 a { background-color: #84355B; }

 a { background-color: rgb(132,53,91); }

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

border-color css

<style>
 span { border-color: #84355B; }

 span { border-color: rgb(132,53,91); }

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