Html Css Color HEX #842855 Rose Bud Cherry

📋 copy color: '#842855'

red 132 ◦ green 40 ◦ blue 85

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

Shades of Rose Bud Cherry #842855

Tints of Rose Bud Cherry #842855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 51.36%
G = 15.56%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#842855 (or 0x842855) is known color: Rose Bud Cherry. HEX triplet: 84, 28 and 55. RGB value is (132,40,85). Sum of RGB (Red+Green+Blue) = 132+40+85=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842855 is #7BD7AA. Grayscale: #484848. Windows color (decimal): -8116139 or 5580932. OLE color: 5580932.

HSL color Cylindrical-coordinate representation of color #842855: hue angle of 330.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842855 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 85 -
CMYK 0 0.70 0.36 0.48
HSL 330.65º 0.53% 0.34% -
HSV(B) 330.65º 0.7% 0.52% -
XYZ 11.91 7.08 9.33 -
YUV 72.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 132 40 85 0 0.70 0.36 0.48 330.65 0.53 0.34
Hex 84 28 55 0 46 24 30 14B 35 22
Octal 204 50 125 0 106 44 60 513 65 42
Binary 10000100 101000 1010101 0 1000110 100100 110000 101001011 110101 100010

Color Harmonies of #842855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842855

Black with #842855

Text Example


Text Example

White with #842855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842855; }

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

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

background-color css

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

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

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

border-color css

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

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

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