#84255A

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

Shades of Rose Bud Cherry #84255A

Tints of Rose Bud Cherry #84255A

Color information

#84255A (or 0x84255A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 5A. RGB value is (132,37,90). Sum of RGB (Red+Green+Blue) = 132+37+90=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84255A is #7BDAA5. Grayscale: #474747. Windows color (decimal): -8116902 or 5907844. OLE color: 5907844.

HSL color Cylindrical-coordinate representation of color #84255A: hue angle of 326.53º 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 #84255A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1323790-
CMYK00.720.320.48
HSL326.53º56.21%33.14%-
HSV(B)326.53º71.97%51.76%-
XYZ12.026.9710.38-
YUV71.45138.47171.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=50.97%
G=14.29%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132379000.720.320.48326.5356.2133.14
Hex84255A04820301473821
Octal20445132011040605077041
Binary10000100100101101101001001000100000110000101000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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