#84245F

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

Shades of Rose Bud Cherry #84245F

Tints of Rose Bud Cherry #84245F

Color information

#84245F (or 0x84245F) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 24 and 5F. RGB value is (132,36,95). Sum of RGB (Red+Green+Blue) = 132+36+95=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84245F is #7BDBA0. Grayscale: #474747. Windows color (decimal): -8117153 or 6235268. OLE color: 6235268.

HSL color Cylindrical-coordinate representation of color #84245F: hue angle of 323.12º 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 #84245F is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1323695-
CMYK00.730.280.48
HSL323.12º57.14%32.94%-
HSV(B)323.12º72.73%51.76%-
XYZ12.216.9911.53-
YUV71.43141.3171.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=50.19%
G=13.69%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132369500.730.280.48323.1257.1432.94
Hex84245F0491C301433921
Octal20444137011134605037141
Binary1000010010010010111110100100111100110000101000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84245F; }

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

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

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

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

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

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

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

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