#84305b

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

Shades of Rose Bud Cherry #84305B

Tints of Rose Bud Cherry #84305B

Color information

#84305B (or 0x84305B) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 30 and 5B. RGB value is (132,48,91). Sum of RGB (Red+Green+Blue) = 132+48+91=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84305B is #7BCFA4. Grayscale: #4D4D4D. Windows color (decimal): -8114085 or 5976196. OLE color: 5976196.

HSL color Cylindrical-coordinate representation of color #84305B: hue angle of 329.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84305B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1324891-
CMYK00.640.310.48
HSL329.29º46.67%35.29%-
HSV(B)329.29º63.64%51.76%-
XYZ12.467.7710.74-
YUV78.02135.33166.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=48.71%
G=17.71%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132489100.640.310.48329.2946.6735.29
Hex84305B0401F301492f23
Octal20460133010037605115743
Binary1000010011000010110110100000011111110000101001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84305b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84305b; }

 p { color: rgb(132,48,91); }

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

<style>
 a { background-color: #84305b; }

 a { background-color: rgb(132,48,91); }

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

<style>
 span { border-color: #84305b; }

 span { border-color: rgb(132,48,91); }

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