#84335D

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

Shades of Rose Bud Cherry #84335D

Tints of Rose Bud Cherry #84335D

Color information

#84335D (or 0x84335D) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 33 and 5D. RGB value is (132,51,93). Sum of RGB (Red+Green+Blue) = 132+51+93=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84335D is #7BCCA2. Grayscale: #4F4F4F. Windows color (decimal): -8113315 or 6108036. OLE color: 6108036.

HSL color Cylindrical-coordinate representation of color #84335D: hue angle of 328.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84335D is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1325193-
CMYK00.610.300.48
HSL328.89º44.26%35.88%-
HSV(B)328.89º61.36%51.76%-
XYZ12.688.0611.24-
YUV80.01135.34165.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=47.83%
G=18.48%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132519300.610.300.48328.8944.2635.88
Hex84335D03D1E301492c24
Octal2046313507536605115444
Binary100001001100111011101011110111110110000101001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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