#84395C

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

Shades of Rose Bud Cherry #84395C

Tints of Rose Bud Cherry #84395C

Color information

#84395C (or 0x84395C) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 39 and 5C. RGB value is (132,57,92). Sum of RGB (Red+Green+Blue) = 132+57+92=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84395C is #7BC6A3. Grayscale: #535353. Windows color (decimal): -8111780 or 6044036. OLE color: 6044036.

HSL color Cylindrical-coordinate representation of color #84395C: hue angle of 332º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84395C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1325792-
CMYK00.570.300.48
HSL332º39.68%37.06%-
HSV(B)332º56.82%51.76%-
XYZ12.918.611.11-
YUV83.42132.85162.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=46.98%
G=20.28%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132579200.570.300.4833239.6837.06
Hex84395C0391E3014c2825
Octal2047113407136605145045
Binary100001001110011011100011100111110110000101001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84395C; }

 p { color: rgb(132,57,92); }

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

<style>
 a { background-color: #84395C; }

 a { background-color: rgb(132,57,92); }

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

<style>
 span { border-color: #84395C; }

 span { border-color: rgb(132,57,92); }

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