Html Css Color HEX #843555 Rose Bud Cherry

📋 copy color: '#843555'

red 132 ◦ green 53 ◦ blue 85

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

Shades of Rose Bud Cherry #843555

Tints of Rose Bud Cherry #843555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 48.89%
G = 19.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#843555 (or 0x843555) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 55. RGB value is (132,53,85). Sum of RGB (Red+Green+Blue) = 132+53+85=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #843555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843555 is #7BCAAA. Grayscale: #505050. Windows color (decimal): -8112811 or 5584260. OLE color: 5584260.

HSL color Cylindrical-coordinate representation of color #843555: hue angle of 335.7º 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 #843555 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 85 -
CMYK 0 0.60 0.36 0.48
HSL 335.7º 0.43% 0.36% -
HSV(B) 335.7º 0.6% 0.52% -
XYZ 12.43 8.11 9.5 -
YUV 80.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 132 53 85 0 0.60 0.36 0.48 335.7 0.43 0.36
Hex 84 35 55 0 3C 24 30 150 2B 24
Octal 204 65 125 0 74 44 60 520 53 44
Binary 10000100 110101 1010101 0 111100 100100 110000 101010000 101011 100100

Color Harmonies of #843555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843555

Black with #843555

Text Example


Text Example

White with #843555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843555; }

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

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

background-color css

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

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

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

border-color css

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

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

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