#842552

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

Shades of Rose Bud Cherry #842552

Tints of Rose Bud Cherry #842552

Color information

#842552 (or 0x842552) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 52. RGB value is (132,37,82). Sum of RGB (Red+Green+Blue) = 132+37+82=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #842552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842552 is #7BDAAD. Grayscale: #464646. Windows color (decimal): -8116910 or 5383556. OLE color: 5383556.

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

Color convert

RGB1323782-
CMYK00.720.380.48
HSL331.58º56.21%33.14%-
HSV(B)331.58º71.97%51.76%-
XYZ11.76.848.69-
YUV70.54134.47171.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=52.59%
G=14.74%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132378200.720.380.48331.5856.2133.14
Hex842552048263014c3821
Octal20445122011046605147041
Binary10000100100101101001001001000100110110000101001100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842552; }

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

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

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

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

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

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

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

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