#841C55

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

Shades of Rose Bud Cherry #841C55

Tints of Rose Bud Cherry #841C55

Color information

#841C55 (or 0x841C55) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 1C and 55. RGB value is (132,28,85). Sum of RGB (Red+Green+Blue) = 132+28+85=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #841C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C55 is #7BE3AA. Grayscale: #414141. Windows color (decimal): -8119211 or 5577860. OLE color: 5577860.

HSL color Cylindrical-coordinate representation of color #841C55: hue angle of 327.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C55 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1322885-
CMYK00.790.360.48
HSL327.12º65%31.37%-
HSV(B)327.12º78.79%51.76%-
XYZ11.576.399.22-
YUV65.59138.96175.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=53.88%
G=11.43%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132288500.790.360.48327.126531.37
Hex841C5504F2430147411f
Octal204341250117446050710137
Binary1000010011100101010101001111100100110000101000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841C55; }

 p { color: rgb(132,28,85); }

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

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

 a { background-color: rgb(132,28,85); }

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

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

 span { border-color: rgb(132,28,85); }

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