#842555

Color #842555 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #842555

Tints of Rose Bud Cherry #842555

Color information

#842555 (or 0x842555) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 55. RGB value is (132,37,85). Sum of RGB (Red+Green+Blue) = 132+37+85=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #842555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842555 is #7BDAAA. Grayscale: #464646. Windows color (decimal): -8116907 or 5580164. OLE color: 5580164.

HSL color Cylindrical-coordinate representation of color #842555: hue angle of 329.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842555 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1323785-
CMYK00.720.360.48
HSL329.68º56.21%33.14%-
HSV(B)329.68º71.97%51.76%-
XYZ11.826.889.3-
YUV70.88135.97171.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=51.97%
G=14.57%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132378500.720.360.48329.6856.2133.14
Hex842555048243014a3821
Octal20445125011044605127041
Binary10000100100101101010101001000100100110000101001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842555; }

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

 H1.HeaderClassName
 {
   color: #842555;
 }
 .AnyTagClassName
 {
   color: #842555;
 }
</style>
background-color css

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

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

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

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

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

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