#843561

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

Shades of Rose Bud Cherry #843561

Tints of Rose Bud Cherry #843561

Color information

#843561 (or 0x843561) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 35 and 61. RGB value is (132,53,97). Sum of RGB (Red+Green+Blue) = 132+53+97=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #843561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843561 is #7BCA9E. Grayscale: #515151. Windows color (decimal): -8112799 or 6370692. OLE color: 6370692.

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

Color convert

RGB1325397-
CMYK00.600.270.48
HSL326.58º42.7%36.27%-
HSV(B)326.58º59.85%51.76%-
XYZ12.958.3112.23-
YUV81.64136.67163.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=46.81%
G=18.79%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132539700.600.270.48326.5842.736.27
Hex84356103C1B301472b24
Octal2046514107433605075344
Binary100001001101011100001011110011011110000101000111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843561; }

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

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

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

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

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

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

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

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