#843362

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

Shades of Rose Bud Cherry #843362

Tints of Rose Bud Cherry #843362

Color information

#843362 (or 0x843362) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 33 and 62. RGB value is (132,51,98). Sum of RGB (Red+Green+Blue) = 132+51+98=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #843362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843362 is #7BCC9D. Grayscale: #505050. Windows color (decimal): -8113310 or 6435716. OLE color: 6435716.

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

Color convert

RGB1325198-
CMYK00.610.260.48
HSL325.19º44.26%35.88%-
HSV(B)325.19º61.36%51.76%-
XYZ12.98.1612.45-
YUV80.58137.84164.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=46.98%
G=18.15%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132519800.610.260.48325.1944.2635.88
Hex84336203D1A301452c24
Octal2046314207532605055444
Binary100001001100111100010011110111010110000101000101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843362; }

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

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

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

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

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

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

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

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