Html Css Color HEX #84345B Rose Bud Cherry

📋 copy color: '#84345B'

red 132 ◦ green 52 ◦ blue 91

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

Shades of Rose Bud Cherry #84345B

Tints of Rose Bud Cherry #84345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 48%
G = 18.91%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84345B (or 0x84345B) is known color: Rose Bud Cherry. HEX triplet: 84, 34 and 5B. RGB value is (132,52,91). Sum of RGB (Red+Green+Blue) = 132+52+91=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84345B is #7BCBA4. Grayscale: #505050. Windows color (decimal): -8113061 or 5977220. OLE color: 5977220.

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

Color convert

RGB 132 52 91 -
CMYK 0 0.61 0.31 0.48
HSL 330.75º 0.43% 0.36% -
HSV(B) 330.75º 0.61% 0.52% -
XYZ 12.63 8.12 10.8 -
YUV 80.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 132 52 91 0 0.61 0.31 0.48 330.75 0.43 0.36
Hex 84 34 5B 0 3D 1F 30 14B 2B 24
Octal 204 64 133 0 75 37 60 513 53 44
Binary 10000100 110100 1011011 0 111101 11111 110000 101001011 101011 100100

Color Harmonies of #84345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84345B

Black with #84345B

Text Example


Text Example

White with #84345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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