#843361

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

Shades of Rose Bud Cherry #843361

Tints of Rose Bud Cherry #843361

Color information

#843361 (or 0x843361) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 33 and 61. RGB value is (132,51,97). Sum of RGB (Red+Green+Blue) = 132+51+97=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #843361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843361 is #7BCC9E. Grayscale: #505050. Windows color (decimal): -8113311 or 6370180. OLE color: 6370180.

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

Color convert

RGB1325197-
CMYK00.610.270.48
HSL325.93º44.26%35.88%-
HSV(B)325.93º61.36%51.76%-
XYZ12.868.1412.2-
YUV80.46137.34164.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=47.14%
G=18.21%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132519700.610.270.48325.9344.2635.88
Hex84336103D1B301462c24
Octal2046314107533605065444
Binary100001001100111100001011110111011110000101000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843361; }

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

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

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

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

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

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

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

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