#841152

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

Shades of Rose Bud Cherry #841152

Tints of Rose Bud Cherry #841152

Color information

#841152 (or 0x841152) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 11 and 52. RGB value is (132,17,82). Sum of RGB (Red+Green+Blue) = 132+17+82=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #841152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841152 is #7BEEAD. Grayscale: #3A3A3A. Windows color (decimal): -8122030 or 5378436. OLE color: 5378436.

HSL color Cylindrical-coordinate representation of color #841152: hue angle of 326.09º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841152 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1321782-
CMYK00.870.380.48
HSL326.09º77.18%29.22%-
HSV(B)326.09º87.12%51.76%-
XYZ11.245.928.53-
YUV58.79141.1180.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=57.14%
G=7.36%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132178200.870.380.48326.0977.1829.22
Hex84115205726301464d1d
Octal204211220127466050611535
Binary1000010010001101001001010111100110110000101000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841152; }

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

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

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

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

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

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

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

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