#841151

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

Shades of Rose Bud Cherry #841151

Tints of Rose Bud Cherry #841151

Color information

#841151 (or 0x841151) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 11 and 51. RGB value is (132,17,81). Sum of RGB (Red+Green+Blue) = 132+17+81=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #841151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841151 is #7BEEAE. Grayscale: #3A3A3A. Windows color (decimal): -8122031 or 5312900. OLE color: 5312900.

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

Color convert

RGB1321781-
CMYK00.870.390.48
HSL326.61º77.18%29.22%-
HSV(B)326.61º87.12%51.76%-
XYZ11.25.98.33-
YUV58.68140.6180.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=57.39%
G=7.39%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132178100.870.390.48326.6177.1829.22
Hex84115105727301474d1d
Octal204211210127476050711535
Binary1000010010001101000101010111100111110000101000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841151; }

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

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

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

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

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

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

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

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