#843B5A

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

Shades of Rose Bud Cherry #843B5A

Tints of Rose Bud Cherry #843B5A

Color information

#843B5A (or 0x843B5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 3B and 5A. RGB value is (132,59,90). Sum of RGB (Red+Green+Blue) = 132+59+90=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #843B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843B5A is #7BC4A5. Grayscale: #545454. Windows color (decimal): -8111270 or 5913476. OLE color: 5913476.

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

Color convert

RGB1325990-
CMYK00.550.320.48
HSL334.52º38.22%37.45%-
HSV(B)334.52º55.3%51.76%-
XYZ12.938.7710.68-
YUV84.36131.18161.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=46.98%
G=21.00%
B=32.03%

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
Decimal132599000.550.320.48334.5238.2237.45
Hex843B5A037203014f2625
Octal2047313206740605174645
Binary1000010011101110110100110111100000110000101001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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