#84245D

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

Shades of Rose Bud Cherry #84245D

Tints of Rose Bud Cherry #84245D

Color information

#84245D (or 0x84245D) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 24 and 5D. RGB value is (132,36,93). Sum of RGB (Red+Green+Blue) = 132+36+93=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84245D is #7BDBA2. Grayscale: #474747. Windows color (decimal): -8117155 or 6104196. OLE color: 6104196.

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

Color convert

RGB1323693-
CMYK00.730.300.48
HSL324.38º57.14%32.94%-
HSV(B)324.38º72.73%51.76%-
XYZ12.126.9611.06-
YUV71.2140.3171.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=50.57%
G=13.79%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132369300.730.300.48324.3857.1432.94
Hex84245D0491E301443921
Octal20444135011136605047141
Binary1000010010010010111010100100111110110000101000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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