#842458

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

Shades of Rose Bud Cherry #842458

Tints of Rose Bud Cherry #842458

Color information

#842458 (or 0x842458) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 24 and 58. RGB value is (132,36,88). Sum of RGB (Red+Green+Blue) = 132+36+88=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #842458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842458 is #7BDBA7. Grayscale: #464646. Windows color (decimal): -8117160 or 5776516. OLE color: 5776516.

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

Color convert

RGB1323688-
CMYK00.730.330.48
HSL327.5º57.14%32.94%-
HSV(B)327.5º72.73%51.76%-
XYZ11.916.879.93-
YUV70.63137.8171.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=51.56%
G=14.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132368800.730.330.48327.557.1432.94
Hex84245804921301483921
Octal20444130011141605107141
Binary10000100100100101100001001001100001110000101001000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842458; }

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

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

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

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

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

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

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

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