#84345A

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

Shades of Rose Bud Cherry #84345A

Tints of Rose Bud Cherry #84345A

Color information

#84345A (or 0x84345A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 34 and 5A. RGB value is (132,52,90). Sum of RGB (Red+Green+Blue) = 132+52+90=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84345A is #7BCBA5. Grayscale: #505050. Windows color (decimal): -8113062 or 5911684. OLE color: 5911684.

HSL color Cylindrical-coordinate representation of color #84345A: hue angle of 331.5º degrees, saturation: 0.43, 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 #84345A is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1325290-
CMYK00.610.320.48
HSL331.5º43.48%36.08%-
HSV(B)331.5º60.61%51.76%-
XYZ12.598.110.57-
YUV80.25133.5164.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=48.18%
G=18.98%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132529000.610.320.48331.543.4836.08
Hex84345A03D203014c2b24
Octal2046413207540605145344
Binary1000010011010010110100111101100000110000101001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84345A; }

 p { color: rgb(132,52,90); }

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

<style>
 a { background-color: #84345A; }

 a { background-color: rgb(132,52,90); }

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

<style>
 span { border-color: #84345A; }

 span { border-color: rgb(132,52,90); }

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