#841951

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

Shades of Rose Bud Cherry #841951

Tints of Rose Bud Cherry #841951

Color information

#841951 (or 0x841951) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 19 and 51. RGB value is (132,25,81). Sum of RGB (Red+Green+Blue) = 132+25+81=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #841951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841951 is #7BE6AE. Grayscale: #3F3F3F. Windows color (decimal): -8119983 or 5314948. OLE color: 5314948.

HSL color Cylindrical-coordinate representation of color #841951: hue angle of 328.6º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841951 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1322581-
CMYK00.810.390.48
HSL328.6º68.15%30.78%-
HSV(B)328.6º81.06%51.76%-
XYZ11.356.198.38-
YUV63.38137.95176.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=55.46%
G=10.50%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132258100.810.390.48328.668.1530.78
Hex8419510512730149441f
Octal204311210121476051110437
Binary1000010011001101000101010001100111110000101001001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841951; }

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

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

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

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

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

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

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

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