#843C5D

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

Shades of Rose Bud Cherry #843C5D

Tints of Rose Bud Cherry #843C5D

Color information

#843C5D (or 0x843C5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 3C and 5D. RGB value is (132,60,93). Sum of RGB (Red+Green+Blue) = 132+60+93=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C5D is #7BC3A2. Grayscale: #555555. Windows color (decimal): -8111011 or 6110340. OLE color: 6110340.

HSL color Cylindrical-coordinate representation of color #843C5D: hue angle of 332.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C5D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1326093-
CMYK00.550.300.48
HSL332.5º37.5%37.65%-
HSV(B)332.5º54.55%51.76%-
XYZ13.118.9311.39-
YUV85.29132.35161.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=46.32%
G=21.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132609300.550.300.48332.537.537.65
Hex843C5D0371E3014c2626
Octal2047413506736605144646
Binary100001001111001011101011011111110110000101001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843C5D; }

 p { color: rgb(132,60,93); }

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

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

 a { background-color: rgb(132,60,93); }

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

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

 span { border-color: rgb(132,60,93); }

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