Html Css Color HEX #84345C Rose Bud Cherry

📋 copy color: '#84345C'

red 132 ◦ green 52 ◦ blue 92

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

Shades of Rose Bud Cherry #84345C

Tints of Rose Bud Cherry #84345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 47.83%
G = 18.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84345C (or 0x84345C) is known color: Rose Bud Cherry. HEX triplet: 84, 34 and 5C. RGB value is (132,52,92). Sum of RGB (Red+Green+Blue) = 132+52+92=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84345C is #7BCBA3. Grayscale: #505050. Windows color (decimal): -8113060 or 6042756. OLE color: 6042756.

HSL color Cylindrical-coordinate representation of color #84345C: hue angle of 330º 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 #84345C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 92 -
CMYK 0 0.61 0.30 0.48
HSL 330º 0.43% 0.36% -
HSV(B) 330º 0.61% 0.52% -
XYZ 12.68 8.13 11.03 -
YUV 80.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 132 52 92 0 0.61 0.30 0.48 330 0.43 0.36
Hex 84 34 5C 0 3D 1E 30 14A 2B 24
Octal 204 64 134 0 75 36 60 512 53 44
Binary 10000100 110100 1011100 0 111101 11110 110000 101001010 101011 100100

Color Harmonies of #84345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84345C

Black with #84345C

Text Example


Text Example

White with #84345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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