#842751

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

Shades of Rose Bud Cherry #842751

Tints of Rose Bud Cherry #842751

Color information

#842751 (or 0x842751) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 27 and 51. RGB value is (132,39,81). Sum of RGB (Red+Green+Blue) = 132+39+81=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #842751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842751 is #7BD8AE. Grayscale: #474747. Windows color (decimal): -8116399 or 5318532. OLE color: 5318532.

HSL color Cylindrical-coordinate representation of color #842751: hue angle of 332.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842751 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1323981-
CMYK00.700.390.48
HSL332.9º54.39%33.53%-
HSV(B)332.9º70.45%51.76%-
XYZ11.736.958.51-
YUV71.59133.31171.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=52.38%
G=15.48%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132398100.700.390.48332.954.3933.53
Hex842751046273014d3622
Octal20447121010647605156642
Binary10000100100111101000101000110100111110000101001101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842751; }

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

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

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

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

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

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

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

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