#842858

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

Shades of Rose Bud Cherry #842858

Tints of Rose Bud Cherry #842858

Color information

#842858 (or 0x842858) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 28 and 58. RGB value is (132,40,88). Sum of RGB (Red+Green+Blue) = 132+40+88=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #842858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842858 is #7BD7A7. Grayscale: #484848. Windows color (decimal): -8116136 or 5777540. OLE color: 5777540.

HSL color Cylindrical-coordinate representation of color #842858: hue angle of 328.7º degrees, saturation: 0.53, 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 #842858 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1324088-
CMYK00.700.330.48
HSL328.7º53.49%33.73%-
HSV(B)328.7º69.7%51.76%-
XYZ12.047.139.97-
YUV72.98136.48170.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=50.77%
G=15.38%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132408800.700.330.48328.753.4933.73
Hex84285804621301493522
Octal20450130010641605116542
Binary10000100101000101100001000110100001110000101001001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842858; }

 p { color: rgb(132,40,88); }

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

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

 a { background-color: rgb(132,40,88); }

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

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

 span { border-color: rgb(132,40,88); }

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