#84295E

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

Shades of Rose Bud Cherry #84295E

Tints of Rose Bud Cherry #84295E

Color information

#84295E (or 0x84295E) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 5E. RGB value is (132,41,94). Sum of RGB (Red+Green+Blue) = 132+41+94=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84295E is #7BD6A1. Grayscale: #4A4A4A. Windows color (decimal): -8115874 or 6171012. OLE color: 6171012.

HSL color Cylindrical-coordinate representation of color #84295E: hue angle of 325.05º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84295E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1324194-
CMYK00.690.290.48
HSL325.05º52.6%33.92%-
HSV(B)325.05º68.94%51.76%-
XYZ12.337.311.35-
YUV74.25139.15169.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=49.44%
G=15.36%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132419400.690.290.48325.0552.633.92
Hex84295E0451D301453522
Octal20451136010535605056542
Binary1000010010100110111100100010111101110000101000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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