#843360

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

Shades of Rose Bud Cherry #843360

Tints of Rose Bud Cherry #843360

Color information

#843360 (or 0x843360) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 33 and 60. RGB value is (132,51,96). Sum of RGB (Red+Green+Blue) = 132+51+96=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #843360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843360 is #7BCC9F. Grayscale: #505050. Windows color (decimal): -8113312 or 6304644. OLE color: 6304644.

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

Color convert

RGB1325196-
CMYK00.610.270.48
HSL326.67º44.26%35.88%-
HSV(B)326.67º61.36%51.76%-
XYZ12.818.1211.96-
YUV80.35136.84164.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=47.31%
G=18.28%
B=34.41%

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
Decimal132519600.610.270.48326.6744.2635.88
Hex84336003D1B301472c24
Octal2046314007533605075444
Binary100001001100111100000011110111011110000101000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843360; }

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

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

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

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

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

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

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

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