#84355E

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

Shades of Rose Bud Cherry #84355E

Tints of Rose Bud Cherry #84355E

Color information

#84355E (or 0x84355E) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 35 and 5E. RGB value is (132,53,94). Sum of RGB (Red+Green+Blue) = 132+53+94=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84355E is #7BCAA1. Grayscale: #515151. Windows color (decimal): -8112802 or 6174084. OLE color: 6174084.

HSL color Cylindrical-coordinate representation of color #84355E: hue angle of 328.86º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84355E is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1325394-
CMYK00.600.290.48
HSL328.86º42.7%36.27%-
HSV(B)328.86º59.85%51.76%-
XYZ12.818.2611.51-
YUV81.29135.17164.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=47.31%
G=19.00%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132539400.600.290.48328.8642.736.27
Hex84355E03C1D301492b24
Octal2046513607435605115344
Binary100001001101011011110011110011101110000101001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,53,94); }

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

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

 a { background-color: rgb(132,53,94); }

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

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

 span { border-color: rgb(132,53,94); }

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