#84225E

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

Shades of Rose Bud Cherry #84225E

Tints of Rose Bud Cherry #84225E

Color information

#84225E (or 0x84225E) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 22 and 5E. RGB value is (132,34,94). Sum of RGB (Red+Green+Blue) = 132+34+94=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84225E is #7BDDA1. Grayscale: #464646. Windows color (decimal): -8117666 or 6169220. OLE color: 6169220.

HSL color Cylindrical-coordinate representation of color #84225E: hue angle of 323.27º 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 #84225E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1323494-
CMYK00.740.290.48
HSL323.27º59.04%32.55%-
HSV(B)323.27º74.24%51.76%-
XYZ12.116.8611.28-
YUV70.14141.47172.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=50.77%
G=13.08%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132349400.740.290.48323.2759.0432.55
Hex84225E04A1D301433b21
Octal20442136011235605037341
Binary1000010010001010111100100101011101110000101000011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84225E; }

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

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

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

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

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

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

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

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