#84255E

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

Shades of Rose Bud Cherry #84255E

Tints of Rose Bud Cherry #84255E

Color information

#84255E (or 0x84255E) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 5E. RGB value is (132,37,94). Sum of RGB (Red+Green+Blue) = 132+37+94=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84255E is #7BDAA1. Grayscale: #474747. Windows color (decimal): -8116898 or 6169988. OLE color: 6169988.

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

Color convert

RGB1323794-
CMYK00.720.290.48
HSL324º56.21%33.14%-
HSV(B)324º71.97%51.76%-
XYZ12.27.0411.31-
YUV71.9140.47170.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=50.19%
G=14.07%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132379400.720.290.4832456.2133.14
Hex84255E0481D301443821
Octal20445136011035605047041
Binary1000010010010110111100100100011101110000101000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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