#841554

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

Shades of Rose Bud Cherry #841554

Tints of Rose Bud Cherry #841554

Color information

#841554 (or 0x841554) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 15 and 54. RGB value is (132,21,84). Sum of RGB (Red+Green+Blue) = 132+21+84=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #841554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841554 is #7BEAAB. Grayscale: #3D3D3D. Windows color (decimal): -8121004 or 5510532. OLE color: 5510532.

HSL color Cylindrical-coordinate representation of color #841554: hue angle of 325.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841554 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1322184-
CMYK00.840.360.48
HSL325.95º72.55%30%-
HSV(B)325.95º84.09%51.76%-
XYZ11.386.088.96-
YUV61.37140.77178.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=55.70%
G=8.86%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132218400.840.360.48325.9572.5530
Hex8415540542430146491e
Octal204251240124446050611136
Binary1000010010101101010001010100100100110000101000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841554; }

 p { color: rgb(132,21,84); }

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

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

 a { background-color: rgb(132,21,84); }

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

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

 span { border-color: rgb(132,21,84); }

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