#84154E

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

Shades of Rose Bud Cherry #84154E

Tints of Rose Bud Cherry #84154E

Color information

#84154E (or 0x84154E) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 15 and 4E. RGB value is (132,21,78). Sum of RGB (Red+Green+Blue) = 132+21+78=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84154E is #7BEAB1. Grayscale: #3C3C3C. Windows color (decimal): -8121010 or 5117316. OLE color: 5117316.

HSL color Cylindrical-coordinate representation of color #84154E: hue angle of 329.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84154E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1322178-
CMYK00.840.410.48
HSL329.19º72.55%30%-
HSV(B)329.19º84.09%51.76%-
XYZ11.165.997.78-
YUV60.69137.77178.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=57.14%
G=9.09%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132217800.840.410.48329.1972.5530
Hex84154E0542930149491e
Octal204251160124516051111136
Binary1000010010101100111001010100101001110000101001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,21,78); }

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

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

 a { background-color: rgb(132,21,78); }

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

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

 span { border-color: rgb(132,21,78); }

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