#841552

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

Shades of Rose Bud Cherry #841552

Tints of Rose Bud Cherry #841552

Color information

#841552 (or 0x841552) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 15 and 52. RGB value is (132,21,82). Sum of RGB (Red+Green+Blue) = 132+21+82=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #841552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841552 is #7BEAAD. Grayscale: #3D3D3D. Windows color (decimal): -8121006 or 5379460. OLE color: 5379460.

HSL color Cylindrical-coordinate representation of color #841552: hue angle of 327.03º 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 #841552 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1322182-
CMYK00.840.380.48
HSL327.03º72.55%30%-
HSV(B)327.03º84.09%51.76%-
XYZ11.316.058.55-
YUV61.14139.77178.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=56.17%
G=8.94%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132218200.840.380.48327.0372.5530
Hex8415520542630147491e
Octal204251220124466050711136
Binary1000010010101101001001010100100110110000101000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841552; }

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

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

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

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

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

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

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

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