#84305D

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

Shades of Rose Bud Cherry #84305D

Tints of Rose Bud Cherry #84305D

Color information

#84305D (or 0x84305D) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 30 and 5D. RGB value is (132,48,93). Sum of RGB (Red+Green+Blue) = 132+48+93=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84305D is #7BCFA2. Grayscale: #4E4E4E. Windows color (decimal): -8114083 or 6107268. OLE color: 6107268.

HSL color Cylindrical-coordinate representation of color #84305D: hue angle of 327.86º 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 #84305D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1324893-
CMYK00.640.300.48
HSL327.86º46.67%35.29%-
HSV(B)327.86º63.64%51.76%-
XYZ12.557.8111.2-
YUV78.25136.33166.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=48.35%
G=17.58%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132489300.640.300.48327.8646.6735.29
Hex84305D0401E301482f23
Octal20460135010036605105743
Binary1000010011000010111010100000011110110000101001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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