#84315F

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

Shades of Rose Bud Cherry #84315F

Tints of Rose Bud Cherry #84315F

Color information

#84315F (or 0x84315F) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 31 and 5F. RGB value is (132,49,95). Sum of RGB (Red+Green+Blue) = 132+49+95=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84315F is #7BCEA0. Grayscale: #4E4E4E. Windows color (decimal): -8113825 or 6238596. OLE color: 6238596.

HSL color Cylindrical-coordinate representation of color #84315F: hue angle of 326.75º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84315F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1324995-
CMYK00.630.280.48
HSL326.75º45.86%35.49%-
HSV(B)326.75º62.88%51.76%-
XYZ12.687.9311.69-
YUV79.06137165.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=47.83%
G=17.75%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132499500.630.280.48326.7545.8635.49
Hex84315F03F1C301472e23
Octal2046113707734605075643
Binary100001001100011011111011111111100110000101000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84315F; }

 p { color: rgb(132,49,95); }

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

<style>
 a { background-color: #84315F; }

 a { background-color: rgb(132,49,95); }

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

<style>
 span { border-color: #84315F; }

 span { border-color: rgb(132,49,95); }

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