#842260

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

Shades of Rose Bud Cherry #842260

Tints of Rose Bud Cherry #842260

Color information

#842260 (or 0x842260) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 22 and 60. RGB value is (132,34,96). Sum of RGB (Red+Green+Blue) = 132+34+96=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #842260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842260 is #7BDD9F. Grayscale: #464646. Windows color (decimal): -8117664 or 6300292. OLE color: 6300292.

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

Color convert

RGB1323496-
CMYK00.740.270.48
HSL322.04º59.04%32.55%-
HSV(B)322.04º74.24%51.76%-
XYZ12.26.8911.75-
YUV70.37142.47171.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=50.38%
G=12.98%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132349600.740.270.48322.0459.0432.55
Hex84226004A1B301423b21
Octal20442140011233605027341
Binary1000010010001011000000100101011011110000101000010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842260; }

 p { color: rgb(132,34,96); }

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

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

 a { background-color: rgb(132,34,96); }

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

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

 span { border-color: rgb(132,34,96); }

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