#843C5A

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

Shades of Rose Bud Cherry #843C5A

Tints of Rose Bud Cherry #843C5A

Color information

#843C5A (or 0x843C5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 3C and 5A. RGB value is (132,60,90). Sum of RGB (Red+Green+Blue) = 132+60+90=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #843C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C5A is #7BC3A5. Grayscale: #545454. Windows color (decimal): -8111014 or 5913732. OLE color: 5913732.

HSL color Cylindrical-coordinate representation of color #843C5A: hue angle of 335º 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 #843C5A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1326090-
CMYK00.550.320.48
HSL335º37.5%37.65%-
HSV(B)335º54.55%51.76%-
XYZ12.988.8810.7-
YUV84.95130.85161.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=46.81%
G=21.28%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132609000.550.320.4833537.537.65
Hex843C5A037203014f2626
Octal2047413206740605174646
Binary1000010011110010110100110111100000110000101001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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