#84395F

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

Shades of Rose Bud Cherry #84395F

Tints of Rose Bud Cherry #84395F

Color information

#84395F (or 0x84395F) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 39 and 5F. RGB value is (132,57,95). Sum of RGB (Red+Green+Blue) = 132+57+95=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84395F is #7BC6A0. Grayscale: #535353. Windows color (decimal): -8111777 or 6240644. OLE color: 6240644.

HSL color Cylindrical-coordinate representation of color #84395F: hue angle of 329.6º 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 #84395F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1325795-
CMYK00.570.280.48
HSL329.6º39.68%37.06%-
HSV(B)329.6º56.82%51.76%-
XYZ13.048.6611.81-
YUV83.76134.35162.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=46.48%
G=20.07%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132579500.570.280.48329.639.6837.06
Hex84395F0391C3014a2825
Octal2047113707134605125045
Binary100001001110011011111011100111100110000101001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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