#842658

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

Shades of Rose Bud Cherry #842658

Tints of Rose Bud Cherry #842658

Color information

#842658 (or 0x842658) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 58. RGB value is (132,38,88). Sum of RGB (Red+Green+Blue) = 132+38+88=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #842658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842658 is #7BD9A7. Grayscale: #474747. Windows color (decimal): -8116648 or 5777028. OLE color: 5777028.

HSL color Cylindrical-coordinate representation of color #842658: hue angle of 328.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842658 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1323888-
CMYK00.710.330.48
HSL328.09º55.29%33.33%-
HSV(B)328.09º71.21%51.76%-
XYZ11.9779.95-
YUV71.81137.14170.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=51.16%
G=14.73%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388800.710.330.48328.0955.2933.33
Hex84265804721301483721
Octal20446130010741605106741
Binary10000100100110101100001000111100001110000101001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842658; }

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

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

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

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

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

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

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

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