#842551

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

Shades of Rose Bud Cherry #842551

Tints of Rose Bud Cherry #842551

Color information

#842551 (or 0x842551) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 51. RGB value is (132,37,81). Sum of RGB (Red+Green+Blue) = 132+37+81=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #842551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842551 is #7BDAAE. Grayscale: #464646. Windows color (decimal): -8116911 or 5318020. OLE color: 5318020.

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

Color convert

RGB1323781-
CMYK00.720.390.48
HSL332.21º56.21%33.14%-
HSV(B)332.21º71.97%51.76%-
XYZ11.666.828.49-
YUV70.42133.97171.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=52.8%
G=14.8%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132378100.720.390.48332.2156.2133.14
Hex842551048273014c3821
Octal20445121011047605147041
Binary10000100100101101000101001000100111110000101001100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842551; }

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

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

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

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

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

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

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

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